From: Tor Lillqvist Date: Mon, 1 Jun 2009 11:04:49 +0000 (+0300) Subject: Bump _WIN32_WINNT to 0x0501 X-Git-Tag: 2.21.2~41 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=85816117e3da8c8751bb9c12f93580c9910ec8da;p=platform%2Fupstream%2Fglib.git Bump _WIN32_WINNT to 0x0501 Needed to get prototypes for getaddrinfo() and friends on mingw. --- diff --git a/gio/gnetworkingprivate.h b/gio/gnetworkingprivate.h index 23240cf..8688451 100644 --- a/gio/gnetworkingprivate.h +++ b/gio/gnetworkingprivate.h @@ -23,7 +23,7 @@ #ifdef G_OS_WIN32 -#define _WIN32_WINNT 0x0500 +#define _WIN32_WINNT 0x0501 #include #undef interface #include