projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7103484
)
gnetworking.h.win32: Move "#undef interface"
author
Chun-wei Fan
<fanchunwei@src.gnome.org>
Mon, 3 Nov 2014 02:09:14 +0000
(10:09 +0800)
committer
Chun-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
patch
|
blob
|
history
diff --git
a/gio/gnetworking.h.win32
b/gio/gnetworking.h.win32
index
f62a9be
..
61014be
100644
(file)
--- 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 */