Add support for IPv6
[oweals/minetest.git] / src / jthread / jmutex.h
index 383150f3fc4f0cf086162b10915afd782d7df906..8efdc7bc58cff3d103a7b0df66fe53538e95da70 100644 (file)
@@ -31,7 +31,7 @@
 
 #if (defined(WIN32) || defined(_WIN32_WCE))
        #ifndef _WIN32_WINNT
-               #define _WIN32_WINNT 0x0500
+               #define _WIN32_WINNT 0x0501
        #endif
        #ifndef _WIN32_WCE
                #include <process.h>