diff --git a/stepmania/src/mathlib.c b/stepmania/src/mathlib.c index 1ef5f17085..15e1824149 100644 --- a/stepmania/src/mathlib.c +++ b/stepmania/src/mathlib.c @@ -10,10 +10,11 @@ // mathlib.c -- math primitives +#ifdef WIN32 #pragma warning( disable : 4244 ) #pragma warning( disable : 4237 ) #pragma warning( disable : 4305 ) - +#endif /* #include "cmdlib.h" */ #ifndef true