commit | 603f20fc0ee15eb3a6dd33e282350e863a8adb09 | [log] [tgz] |
---|---|---|
author | Jon Griffiths <jon_p_griffiths@yahoo.com> | Tue Dec 11 00:30:17 2001 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Dec 11 00:30:17 2001 +0000 |
tree | 6c06edede3f8006de4c361681137d0c097e75492 | |
parent | 31b8b646820a7c9fa1ff723f9df9584e8fd7ec66 [diff] [blame] |
Add exclusion defs & remaining funcs, remove internal types & obj_base.h (sync with win version), fixed a number of function prototypes.
diff --git a/dlls/wininet/http.c b/dlls/wininet/http.c index 56235b8..aa06ff3 100644 --- a/dlls/wininet/http.c +++ b/dlls/wininet/http.c
@@ -25,6 +25,7 @@ #include "wininet.h" #include "winreg.h" #include "winerror.h" +#define NO_SHLWAPI_STREAM #include "shlwapi.h" #include "internet.h"