From 2fc38be71c00c07525ebebb102599ee1f7d18954 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 8 Nov 2004 05:54:39 +0000 Subject: [PATCH] _WIN32_WINNT --- stepmania/src/archutils/Win32/arch_setup.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stepmania/src/archutils/Win32/arch_setup.h b/stepmania/src/archutils/Win32/arch_setup.h index f09d28345b..69e83e32f3 100644 --- a/stepmania/src/archutils/Win32/arch_setup.h +++ b/stepmania/src/archutils/Win32/arch_setup.h @@ -17,6 +17,10 @@ #define WIN32_LEAN_AND_MEAN #define VC_EXTRALEAN +/* 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 + /* If this isn't defined to 0, VC fails to define things like stat and alloca. */ #define __STDC__ 0