gnetworking.h.win32: Move "#undef interface"
authorChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 3 Nov 2014 02:09:14 +0000 (10:09 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 3 Nov 2014 02:09:38 +0000 (10:09 +0800)
This is a follow-up commit due to the fix in gnetworking.h.in in commit
7103484 (gnetworking.h.in: move "#undef interface").

gio/gnetworking.h.win32

index f62a9be..61014be 100644 (file)
 #define _WIN32_WINNT 0x0501
 #endif
 #include <winsock2.h>
-#undef interface
 #include <ws2tcpip.h>
 #include <windns.h>
 #include <mswsock.h>
 #include <wspiapi.h>
 #include <iphlpapi.h>
+#undef interface
 
 #else /* !G_OS_WIN32 */