Bump _WIN32_WINNT to 0x0501
authorTor Lillqvist <tml@iki.fi>
Mon, 1 Jun 2009 11:04:49 +0000 (14:04 +0300)
committerTor Lillqvist <tml@iki.fi>
Mon, 1 Jun 2009 11:04:49 +0000 (14:04 +0300)
Needed to get prototypes for getaddrinfo() and friends on mingw.

gio/gnetworkingprivate.h

index 23240cf..8688451 100644 (file)
@@ -23,7 +23,7 @@
 
 #ifdef G_OS_WIN32
 
-#define _WIN32_WINNT 0x0500
+#define _WIN32_WINNT 0x0501
 #include <winsock2.h>
 #undef interface
 #include <ws2tcpip.h>