summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlexander Færøy <ahf@torproject.org>2020-11-09 14:12:45 +0000
committerAlexander Færøy <ahf@torproject.org>2020-11-09 14:12:45 +0000
commit5e65a746aa90f123daa54cafedc0fcb331a7ac86 (patch)
tree0987906baed5ff472be6934eb67c464aaf0ca06f /configure.ac
parentdd119b277b66c1a7209d4a345fd43878296a532e (diff)
parentf3b9be4422a08b6066bdb93874a5023e7c11ce9e (diff)
downloadtor-5e65a746aa90f123daa54cafedc0fcb331a7ac86.tar.gz
tor-5e65a746aa90f123daa54cafedc0fcb331a7ac86.zip
Merge remote-tracking branch 'tor-gitlab/mr/190'
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 165b337a21..77b0e43207 100644
--- a/configure.ac
+++ b/configure.ac
@@ -560,14 +560,14 @@ fi
AH_BOTTOM([
#ifdef _WIN32
-/* Defined to access windows functions and definitions for >=WinXP */
+/* Defined to access windows functions and definitions for >=WinVista */
# ifndef WINVER
-# define WINVER 0x0501
+# define WINVER 0x0600
# endif
-/* Defined to access _other_ windows functions and definitions for >=WinXP */
+/* Defined to access _other_ windows functions and definitions for >=WinVista */
# ifndef _WIN32_WINNT
-# define _WIN32_WINNT 0x0501
+# define _WIN32_WINNT 0x0600
# endif
/* Defined to avoid including some windows headers as part of Windows.h */