From 5222d704f82786ff25f86cc497ca2d0a7cfb36ca Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sat, 21 Apr 2007 20:59:26 +0000 Subject: [PATCH] Maybe fix compile on windows. (How is it that it's 2007 and VC still doesn't support c99?) --- stepmania/src/lua-5.1/src/luaconf.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stepmania/src/lua-5.1/src/luaconf.h b/stepmania/src/lua-5.1/src/luaconf.h index ad8a6b5382..73b1ec6eb5 100644 --- a/stepmania/src/lua-5.1/src/luaconf.h +++ b/stepmania/src/lua-5.1/src/luaconf.h @@ -10,7 +10,9 @@ #include #include +#if !defined(_WIN32) #include +#endif #if defined(HAVE_CONFIG_H) #include