]> git.cworth.org Git - apitrace/blobdiff - CMakeLists.txt
Set WINVER to 0x501.
[apitrace] / CMakeLists.txt
index 033d9fe5359079eb211266aa2e73bf1a91edf5cc..3aaec6e82779d2e6d2b8c9dbbcb3dff5fc808b7b 100644 (file)
@@ -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)