* 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
diff --git a/include/apr.hw b/include/apr.hw
index 4d74d2f..8383354 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