[glib] gnetworking.h.win32: Move "#undef interface"



commit 012c9dcd820f9679784181568f97c0e1e6b5e37f
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Mon Nov 3 10:09:14 2014 +0800

    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").

 gio/gnetworking.h.win32 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gnetworking.h.win32 b/gio/gnetworking.h.win32
index f62a9be..61014be 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 */
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]