]> git.mxchange.org Git - simgear.git/commitdiff
mingw32 fix
authorehofman <ehofman>
Fri, 21 May 2004 15:07:25 +0000 (15:07 +0000)
committerehofman <ehofman>
Fri, 21 May 2004 15:07:25 +0000 (15:07 +0000)
simgear/scene/sky/cloud.cxx

index 606dd52af654894db44ffecc03b72948f9a0a196..e5b475ae47ada3447fb2fb30187d24734266b5ab 100644 (file)
 // #if defined (__APPLE__) 
 // // any C++ header file undefines isinf and isnan
 // // so this should be included before <iostream>
-// inline int (isinf)(double r) { return isinf(r); }
 // inline int (isnan)(double r) { return isnan(r); } 
 // #endif
 
+#if defined(__MINGW32__)
+#define isnan(x) _isnan(x)
+#endif
+
 // #include STL_IOSTREAM
 
 #include <plib/sg.h>