aboutsummaryrefslogtreecommitdiff
path: root/project/Win32BuildSetup
diff options
context:
space:
mode:
authorMartijn Kaijser <machine.sanctum@gmail.com>2013-09-30 22:09:51 -0700
committerMartijn Kaijser <machine.sanctum@gmail.com>2013-09-30 22:09:51 -0700
commitd6bba8028b305d8e614263398750e78a19589d06 (patch)
tree5bd6d452516cb943ea4a87bee2e6fc8f43593233 /project/Win32BuildSetup
parentbbf6dcde387e6c6f6262e16fd699150cd9e7506e (diff)
parent098c1fcd79abf9f382c99bd7cf17a98618ad6d0f (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.sh3
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