From dea1b8759f37d1462236ddd43ee9dfb47670817a Mon Sep 17 00:00:00 2001 From: Patrick von Reth Date: Thu, 8 May 2014 14:43:58 +0200 Subject: bump Windows requirements to Windows Vista, as desided in http://techbase.kde.org/Projects/KDE_on_Windows/kf5/meetingnotes-2014-05-06 --- kde-modules/KDECompilerSettings.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-modules/KDECompilerSettings.cmake b/kde-modules/KDECompilerSettings.cmake index bfbf4b67..fdc930e4 100644 --- a/kde-modules/KDECompilerSettings.cmake +++ b/kde-modules/KDECompilerSettings.cmake @@ -150,10 +150,10 @@ if (WIN32) # See http://msdn.microsoft.com/en-us/library/windows/desktop/aa383745%28v=vs.85%29.aspx _kde_add_platform_definitions(-DWIN32_LEAN_AND_MEAN) - # Target Windows XP / Windows Server 2003 + # Target Windows Vista # This enables various bits of new API # See http://msdn.microsoft.com/en-us/library/windows/desktop/aa383745%28v=vs.85%29.aspx - _kde_add_platform_definitions(-D_WIN32_WINNT=0x0501 -DWINVER=0x0501 -D_WIN32_IE=0x0501) + _kde_add_platform_definitions(-D_WIN32_WINNT=0x0600 -DWINVER=0x0600 -D_WIN32_IE=0x0600) # Use the Unicode versions of Windows API by default # See http://msdn.microsoft.com/en-us/library/windows/desktop/dd317766%28v=vs.85%29.aspx -- cgit v1.2.1