Bump _WIN32_WINNT to 0x0501

Needed to get prototypes for getaddrinfo() and friends on mingw.
This commit is contained in:
Tor Lillqvist 2009-06-01 14:04:49 +03:00
parent 4a50bab276
commit 85816117e3

View 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>