X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;ds=sidebyside;f=CMakeLists.txt;h=3aaec6e82779d2e6d2b8c9dbbcb3dff5fc808b7b;hb=42ba4336ecf68582b4c30ea660a9b1d23e0f46b6;hp=033d9fe5359079eb211266aa2e73bf1a91edf5cc;hpb=f4822bd1a2310e255d7b215bb70f5559aea50d3f;p=apitrace diff --git a/CMakeLists.txt b/CMakeLists.txt index 033d9fe..3aaec6e 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=0x0500 -DWINVER=0x0500) + add_definitions (-D_WIN32_WINNT=0x0501 -DWINVER=0x0501) else (WIN32) CHECK_CXX_COMPILER_FLAG("-fvisibility=hidden" CXX_COMPILER_FLAG_VISIBILITY) if (CXX_COMPILER_FLAG_VISIBILITY)