From 6b2aab3bbd1149356c05e8b32a84bca2a1843077 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sun, 5 Oct 2008 03:03:46 +0000 Subject: [PATCH] Fix build error with smpackage. Doesn't seem to effect the SM build at all. --- stepmania/src/archutils/Win32/arch_setup.h | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/archutils/Win32/arch_setup.h b/stepmania/src/archutils/Win32/arch_setup.h index 97d2f17563..4a5646554d 100644 --- a/stepmania/src/archutils/Win32/arch_setup.h +++ b/stepmania/src/archutils/Win32/arch_setup.h @@ -65,6 +65,7 @@ /* 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 0x0400 +#define _WIN32_IE 0x0400 /* If this isn't defined to 0, VC fails to define things like stat and alloca. */ #define __STDC__ 0