From 85816117e3da8c8751bb9c12f93580c9910ec8da Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 1 Jun 2009 14:04:49 +0300 Subject: [PATCH] Bump _WIN32_WINNT to 0x0501 Needed to get prototypes for getaddrinfo() and friends on mingw. --- gio/gnetworkingprivate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4