Update WIN32_WINNT from 0x0501 (Windows XP) to 0x0601 (Windows 7) to support processor-group Windows API

This commit is contained in:
Jesse McKenna 2019-07-23 15:10:17 -07:00
parent a3a5d60622
commit 007e029ea3

View File

@ -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')