[loading window] Now it should build with old SDKs, if you change the constant.

This commit is contained in:
Henrik Andersson
2011-07-01 02:27:22 +02:00
parent 36b9864dfc
commit 7bf7a701ea
3 changed files with 321 additions and 292 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ C4355: 'this' : used in base member initializer list
/* Pull in NT-only definitions. Note that we support Win98 and WinME; you can
* make NT calls, but be sure to fall back on 9x if they're not supported. */
#define _WIN32_WINNT 0x0501
#define _WIN32_WINNT 0x0601
#define _WIN32_IE 0x0400
// If this isn't defined to 0, VC fails to define things like stat and alloca.