mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
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:
parent
7103484017
commit
012c9dcd82
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user