summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Zhakov <ivan@apache.org>2019-05-19 17:12:33 +0000
committerIvan Zhakov <ivan@apache.org>2019-05-19 17:12:33 +0000
commit662bb2544cc78ab849a9e9cb6132bde72db7403b (patch)
tree7b6203f2078b3ed011d45f11327e7da28acc35ec
parent61b8d28c1e008c11fc99004af97e74b9c6123889 (diff)
downloadapr-662bb2544cc78ab849a9e9cb6132bde72db7403b.tar.gz
* include/apr.hw: Define _WIN32_WINNT to 0x0601 by default, since Windows 7
is minimum supported Windows version. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1859513 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--include/apr.hw2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr.hw b/include/apr.hw
index 4d74d2f91..838335400 100644
--- a/include/apr.hw
+++ b/include/apr.hw
@@ -191,7 +191,7 @@
#endif
#ifndef _WIN32_WINNT
-#define _WIN32_WINNT 0x0501
+#define _WIN32_WINNT 0x0601
#endif
#ifndef NOUSER