summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan@13f79535-47bb-0310-9956-ffa450edef68>2019-05-19 17:13:49 +0000
committerivan <ivan@13f79535-47bb-0310-9956-ffa450edef68>2019-05-19 17:13:49 +0000
commitff9a1a27f95ffa9335bf19b0cf450e12ffd81d3d (patch)
tree895d863c2db93991a9487a361256bcbea3087c51
parent7c04ef50f7dc36010eae6037fde1c085f4af2fe6 (diff)
downloadlibapr-ff9a1a27f95ffa9335bf19b0cf450e12ffd81d3d.tar.gz
* CMakeLists.txt: 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@1859514 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b424814e3..3609d6cb8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -85,7 +85,7 @@ ELSE()
ENDIF()
IF("${MIN_WINDOWS_VER}" STREQUAL "")
- SET(win32_winnt_str "0x0600")
+ SET(win32_winnt_str "0x0601")
ELSEIF(${MIN_WINDOWS_VER} STREQUAL "Vista")
SET(win32_winnt_str "0x0600")
ELSEIF(${MIN_WINDOWS_VER} STREQUAL "Windows7")