Fix another warning when building with mingw

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11003 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2012-03-20 01:53:04 +00:00
parent 8dcc237c28
commit 474856dbed

View File

@ -21,7 +21,7 @@
#include "items/flyable.hpp"
#if defined(WIN32) && !defined(__CYGWIN__)
#if defined(WIN32) && !defined(__CYGWIN__) && !defined(__MINGW32__)
# define isnan _isnan
#endif
#include <math.h>