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