commit f45803ab5b4472578b174b6ec00992c76cba1977
parent 2c42613ce89bd3ea60d4db3aa28952eba703c486
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Wed, 21 Jul 2021 21:18:05 +0300
MSVC project: defaults to Vista+
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/w32/common/MHD_config.h b/w32/common/MHD_config.h
@@ -65,7 +65,7 @@
#ifndef _WIN32_WINNT
/* MHD supports Windows XP and later W32 systems*/
-#define _WIN32_WINNT 0x0501
+#define _WIN32_WINNT 0x0600
#endif /* _WIN32_WINNT */
/* winsock poll is available only on Vista and later */