summaryrefslogtreecommitdiff
path: root/scons
diff options
context:
space:
mode:
authorJesse Natalie <jenatali@ntdev.microsoft.com>2020-03-17 10:53:33 -0700
committerMarge Bot <eric+marge@anholt.net>2020-08-21 09:44:01 +0000
commit258ef4d4a4b6c11b141e12e6736b01f408461c1d (patch)
treeaec847637c8bfbac266c59d666de482c990f4745 /scons
parentf811ddf5d1fac8a857aadc51278546d5b46d5a2b (diff)
wgl: Switch to Win10 version defines to enable usage of Win10 WGL callbacks
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Reviewed-by: Jose Fonseca <jfonseca@vmware.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6228>
Diffstat (limited to 'scons')
-rwxr-xr-xscons/gallium.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scons/gallium.py b/scons/gallium.py
index ea212d15a95..40903cd0cc9 100755
--- a/scons/gallium.py
+++ b/scons/gallium.py
@@ -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')]