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:
parent
8dcc237c28
commit
474856dbed
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user