diff --git a/src/network.c b/src/network.c index 7a2e6ac0b..b1e931670 100644 --- a/src/network.c +++ b/src/network.c @@ -63,6 +63,7 @@ #elif HAVE_WS2TCPIP_H #undef _WIN32_WINNT // We need inet_pton to get defined and 0x0600 does it +// Eventually we should be able to get rid of this hack #define _WIN32_WINNT 0x0600 # include #undef _WIN32_WINNT