aboutsummaryrefslogtreecommitdiff
path: root/w32/common
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-07-21 21:18:05 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-07-21 23:01:05 +0300
commitf45803ab5b4472578b174b6ec00992c76cba1977 (patch)
treea2c0409df11055aa8b04806a0a491447c3afd013 /w32/common
parent2c42613ce89bd3ea60d4db3aa28952eba703c486 (diff)
downloadlibmicrohttpd-f45803ab5b4472578b174b6ec00992c76cba1977.tar.gz
libmicrohttpd-f45803ab5b4472578b174b6ec00992c76cba1977.zip
MSVC project: defaults to Vista+
Diffstat (limited to 'w32/common')
-rw-r--r--w32/common/MHD_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/w32/common/MHD_config.h b/w32/common/MHD_config.h
index 0458ee10..7bbbc4f0 100644
--- a/w32/common/MHD_config.h
+++ b/w32/common/MHD_config.h
@@ -65,7 +65,7 @@
65 65
66#ifndef _WIN32_WINNT 66#ifndef _WIN32_WINNT
67/* MHD supports Windows XP and later W32 systems*/ 67/* MHD supports Windows XP and later W32 systems*/
68#define _WIN32_WINNT 0x0501 68#define _WIN32_WINNT 0x0600
69#endif /* _WIN32_WINNT */ 69#endif /* _WIN32_WINNT */
70 70
71/* winsock poll is available only on Vista and later */ 71/* winsock poll is available only on Vista and later */