winhttp: Add support for building on Windows.

This commit is contained in:
Alexandre Julliard 2008-08-25 15:56:50 +02:00
parent 911ce51daf
commit fb17ae0b83
1 changed files with 3 additions and 0 deletions

View File

@ -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;