From 007e029ea35e29466bd40cc38de42d3c8eab70d3 Mon Sep 17 00:00:00 2001 From: Jesse McKenna Date: Tue, 23 Jul 2019 15:10:17 -0700 Subject: Update WIN32_WINNT from 0x0501 (Windows XP) to 0x0601 (Windows 7) to support processor-group Windows API --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index 850bb98..0393cdd 100755 --- a/configure.py +++ b/configure.py @@ -351,7 +351,7 @@ else: except: pass if platform.is_mingw(): - cflags += ['-D_WIN32_WINNT=0x0501'] + cflags += ['-D_WIN32_WINNT=0x0601'] ldflags = ['-L$builddir'] if platform.uses_usr_local(): cflags.append('-I/usr/local/include') -- cgit v1.2.1