From 3264216c2d0fecd3b4c31fcfaeb7a59aa7fd6161 Mon Sep 17 00:00:00 2001 From: Samuel Mannehed Date: Fri, 20 Mar 2020 15:43:24 +0100 Subject: [PATCH] Bump up Windows version from Vista to Windows 7 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 72672cd0..07917c8a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -96,9 +96,9 @@ if(NOT DEFINED BUILD_WINVNC) set(BUILD_WINVNC 1) endif() -# Minimum version is Windows Vista/2008 (6.0) +# Minimum version is Windows 7 if(WIN32) - add_definitions(-D_WIN32_WINNT=0x0600) + add_definitions(-D_WIN32_WINNT=0x0601) endif() if(CMAKE_SIZEOF_VOID_P MATCHES 8) -- 2.39.5