wgl: Switch to Win10 version defines to enable usage of Win10 WGL callbacks
[mesa.git] / scons / gallium.py
index ea212d15a95714356e3aa6c97faa9ce310f635cf..40903cd0cc9bade9d846f212b94297d680d05211 100755 (executable)
@@ -399,8 +399,8 @@ def generate(env):
             #'_UNICODE',
             #'UNICODE',
             # http://msdn.microsoft.com/en-us/library/aa383745.aspx
-            ('_WIN32_WINNT', '0x0601'),
-            ('WINVER', '0x0601'),
+            ('_WIN32_WINNT', '0x0A00'),
+            ('WINVER', '0x0A00'),
         ]
         if gcc_compat:
             cppdefines += [('__MSVCRT_VERSION__', '0x0700')]