Module: wine Branch: master Commit: fb17ae0b833ab42fa6da8c72f70adb8bb3a5438a URL: http://source.winehq.org/git/wine.git/?a=commit;h=fb17ae0b833ab42fa6da8c72f7...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Aug 25 15:56:50 2008 +0200
winhttp: Add support for building on Windows.
---
dlls/winhttp/winhttp_private.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/dlls/winhttp/winhttp_private.h b/dlls/winhttp/winhttp_private.h index b971e66..b67a46b 100644 --- a/dlls/winhttp/winhttp_private.h +++ b/dlls/winhttp/winhttp_private.h @@ -32,6 +32,9 @@ #ifdef HAVE_NETDB_H # include <netdb.h> #endif +#if defined(__MINGW32__) || defined (_MSC_VER) +# include <ws2tcpip.h> +#endif
typedef struct _object_header_t object_header_t;