From 012c9dcd820f9679784181568f97c0e1e6b5e37f Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Mon, 3 Nov 2014 10:09:14 +0800 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) 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 -#undef interface #include #include #include #include #include +#undef interface #else /* !G_OS_WIN32 */