summaryrefslogtreecommitdiff
path: root/include/apr.hwc
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2013-09-08 16:45:16 +0000
committerJeff Trawick <trawick@apache.org>2013-09-08 16:45:16 +0000
commitdd62d4c10ad303da476960fde89868e55a937d23 (patch)
treeda359f5911204e842ff9e10241cf374795549c63 /include/apr.hwc
parentd136769dfe86197198d2085e6125c0af63101305 (diff)
downloadapr-dd62d4c10ad303da476960fde89868e55a937d23.tar.gz
Allow control over the setting of _WINNT_WINNT
Default minimum Windows version: 0x0600 (Vista/Windows Server 2008) git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1520879 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr.hwc')
-rw-r--r--include/apr.hwc2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr.hwc b/include/apr.hwc
index cf200a279..ebc6ca54d 100644
--- a/include/apr.hwc
+++ b/include/apr.hwc
@@ -191,7 +191,7 @@
#endif
#ifndef _WIN32_WINNT
-#define _WIN32_WINNT 0x0501
+#define _WIN32_WINNT @win32_winnt_str@
#endif
#ifndef NOUSER