X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=CMakeLists.txt;h=3970f05c71d56edd3126165efc75119e23880c37;hb=3b50a9748f858e7ca58f4dc28bd4317f187fb138;hp=2edc51b84ae9069f8138ea3f02cc67b7ad7cd0cc;hpb=ba3756bb4b57746e6c811e4194504e4aae004e3e;p=apitrace 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)