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").
This commit is contained in:
Chun-wei Fan 2014-11-03 10:09:14 +08:00
parent 7103484017
commit 012c9dcd82

View File

@ -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 */