From ff9a1a27f95ffa9335bf19b0cf450e12ffd81d3d Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 19 May 2019 17:13:49 +0000 Subject: * 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 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.1