| Line |  | 
|---|
| 1 | /* | 
|---|
| 2 | * WinInet | 
|---|
| 3 | * | 
|---|
| 4 | * Copyright (c) 2000 Patrik Stridvall | 
|---|
| 5 | * | 
|---|
| 6 | */ | 
|---|
| 7 |  | 
|---|
| 8 | #include "windef.h" | 
|---|
| 9 | #include "winerror.h" | 
|---|
| 10 |  | 
|---|
| 11 | #include "debugtools.h" | 
|---|
| 12 |  | 
|---|
| 13 | DEFAULT_DEBUG_CHANNEL(wininet); | 
|---|
| 14 |  | 
|---|
| 15 | /*********************************************************************** | 
|---|
| 16 | *              WININET_DllInstall (WININET.@) | 
|---|
| 17 | */ | 
|---|
| 18 | HRESULT WINAPI WININET_DllInstall(BOOL bInstall, LPCWSTR cmdline) | 
|---|
| 19 | { | 
|---|
| 20 | FIXME("(%s, %s): stub\n", bInstall?"TRUE":"FALSE", | 
|---|
| 21 | debugstr_w(cmdline)); | 
|---|
| 22 |  | 
|---|
| 23 | return S_OK; | 
|---|
| 24 | } | 
|---|
| 25 |  | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.