Changeset 6712 for trunk/src/wininet
- Timestamp:
- Sep 15, 2001, 11:47:44 AM (24 years ago)
- Location:
- trunk/src/wininet
- Files:
-
- 2 edited
-
http.c (modified) (1 diff)
-
wininet_main.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wininet/http.c
r6640 r6712 1 /* $Id: http.c,v 1.3 2001-09-05 10:31:45 bird Exp $ 2 * 1 /* 3 2 * Wininet - Http Implementation 4 3 * -
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 * WININET_DllInstall (WININET.@)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 debugstr_w(cmdline));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.
