Commit fb17ae0b authored by Alexandre Julliard's avatar Alexandre Julliard

winhttp: Add support for building on Windows.

parent 911ce51d
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment