mirror of
https://github.com/reactos/ninja.git
synced 2025-02-22 20:52:24 +00:00
Update WIN32_WINNT from 0x0501 (Windows XP) to 0x0601 (Windows 7) to support processor-group Windows API
This commit is contained in:
parent
a3a5d60622
commit
007e029ea3
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user