diff options
author | Martijn Kaijser <machine.sanctum@gmail.com> | 2013-09-30 22:09:51 -0700 |
---|---|---|
committer | Martijn Kaijser <machine.sanctum@gmail.com> | 2013-09-30 22:09:51 -0700 |
commit | d6bba8028b305d8e614263398750e78a19589d06 (patch) | |
tree | 5bd6d452516cb943ea4a87bee2e6fc8f43593233 /project/Win32BuildSetup | |
parent | bbf6dcde387e6c6f6262e16fd699150cd9e7506e (diff) | |
parent | 098c1fcd79abf9f382c99bd7cf17a98618ad6d0f (diff) |
Merge pull request #3266 from wsoltys/mingwupdate
[mingw] updated w32api and mingwrt to 4.0.1 and some cleanup
Diffstat (limited to 'project/Win32BuildSetup')
-rw-r--r-- | project/Win32BuildSetup/buildmingwlibs.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/project/Win32BuildSetup/buildmingwlibs.sh b/project/Win32BuildSetup/buildmingwlibs.sh index 48305620f7..dcc716f1d9 100644 --- a/project/Win32BuildSetup/buildmingwlibs.sh +++ b/project/Win32BuildSetup/buildmingwlibs.sh @@ -9,6 +9,9 @@ NOPROMPT=0 MAKECLEAN="" MAKEFLAGS="" +export _WIN32_WINNT=0x0600 +export NTDDI_VERSION=0x06000000 + function throwerror () { $TOUCH $ERRORFILE |