We are using 0x0601 as min anyway. This avoids SOCKADDR_STORAGE error on uwp build
@@ -49,7 +49,7 @@
#undef _WIN32_WINNT
#endif
/* Enables getaddrinfo() & Co */
-#define _WIN32_WINNT 0x0501
+#define _WIN32_WINNT 0x0601
#include <ws2tcpip.h>
#include <winsock2.h>