summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan@13f79535-47bb-0310-9956-ffa450edef68>2019-05-19 17:12:33 +0000
committerivan <ivan@13f79535-47bb-0310-9956-ffa450edef68>2019-05-19 17:12:33 +0000
commit7c04ef50f7dc36010eae6037fde1c085f4af2fe6 (patch)
tree7b6203f2078b3ed011d45f11327e7da28acc35ec
parent31738ae89129625a647302a1c9a2a2b24a51f4e2 (diff)
downloadlibapr-7c04ef50f7dc36010eae6037fde1c085f4af2fe6.tar.gz
* include/apr.hw: Define _WIN32_WINNT to 0x0601 by default, since Windows 7
is minimum supported Windows version. git-svn-id: http://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