Replace FIXME with proper SDK version define
authorHans Breuer <hans@breuer.org>
Sat, 30 May 2009 13:02:14 +0000 (15:02 +0200)
committerHans Breuer <hans@breuer.org>
Sat, 30 May 2009 13:02:14 +0000 (15:02 +0200)
gio/gnetworkingprivate.h

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