summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2014-11-03 10:09:14 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2014-11-03 10:09:38 +0800
commit012c9dcd820f9679784181568f97c0e1e6b5e37f (patch)
treee80e6106a8639fb87b3d0118801cf74a013c9904
parent7103484017ff000d01ed94567539d37fa09b32b2 (diff)
downloadglib-012c9dcd820f9679784181568f97c0e1e6b5e37f.tar.gz
gnetworking.h.win32: Move "#undef interface"
This is a follow-up commit due to the fix in gnetworking.h.in in commit 7103484 (gnetworking.h.in: move "#undef interface").
-rw-r--r--gio/gnetworking.h.win322
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gnetworking.h.win32 b/gio/gnetworking.h.win32
index f62a9bed6..61014be90 100644
--- a/gio/gnetworking.h.win32
+++ b/gio/gnetworking.h.win32
@@ -27,12 +27,12 @@
#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 */