Changeset 6640 for trunk/src/wininet/wininet_main.c
- Timestamp:
- Sep 5, 2001, 12:32:33 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wininet/wininet_main.c
r5419 r6640 1 /* 1 /* $Id: wininet_main.c,v 1.2 2001-09-05 10:31:47 bird Exp $ 2 * 2 3 * WinInet 3 4 * … … 14 15 15 16 /*********************************************************************** 16 * 17 * WININET_DllInstall (WININET.@) 17 18 */ 18 19 HRESULT WINAPI WININET_DllInstall(BOOL bInstall, LPCWSTR cmdline) 19 20 { 20 FIXME("(%s, %s): stub\n", bInstall?"TRUE":"FALSE", 21 21 FIXME("(%s, %s): stub\n", bInstall?"TRUE":"FALSE", 22 debugstr_w(cmdline)); 22 23 23 24 return S_OK;
Note:
See TracChangeset
for help on using the changeset viewer.