Rev | Line | |
---|
[6712] | 1 | /*
|
---|
[5419] | 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 | /***********************************************************************
|
---|
[6712] | 16 | * WININET_DllInstall (WININET.@)
|
---|
[5419] | 17 | */
|
---|
| 18 | HRESULT WINAPI WININET_DllInstall(BOOL bInstall, LPCWSTR cmdline)
|
---|
| 19 | {
|
---|
[6712] | 20 | FIXME("(%s, %s): stub\n", bInstall?"TRUE":"FALSE",
|
---|
| 21 | debugstr_w(cmdline));
|
---|
[5419] | 22 |
|
---|
| 23 | return S_OK;
|
---|
| 24 | }
|
---|
| 25 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.