From: José Fonseca Date: Wed, 25 Jul 2012 18:59:34 +0000 (+0100) Subject: Bump windows version. X-Git-Url: https://git.cworth.org/git?p=apitrace;a=commitdiff_plain;h=3b50a9748f858e7ca58f4dc28bd4317f187fb138 Bump windows version. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 2edc51b..3970f05 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -70,7 +70,7 @@ include (CheckCXXCompilerFlag) if (WIN32) # http://msdn.microsoft.com/en-us/library/aa383745.aspx - add_definitions (-D_WIN32_WINNT=0x0501 -DWINVER=0x0501) + add_definitions (-D_WIN32_WINNT=0x0601 -DWINVER=0x0601) else (WIN32) CHECK_CXX_COMPILER_FLAG("-fvisibility=hidden" CXX_COMPILER_FLAG_VISIBILITY) if (CXX_COMPILER_FLAG_VISIBILITY)