]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sound/soundmgr_openal.cxx
Ready for 0.3.8 release.
[simgear.git] / simgear / sound / soundmgr_openal.cxx
index c438a6531b3d29a208a5a2027ba9ea53e3c7f8dc..bfdda68210b1e660c8e68e238890e3adb595125a 100644 (file)
@@ -42,10 +42,6 @@ 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
-
 #if defined (__FreeBSD__)
 #  if __FreeBSD_version < 500000
      extern "C" {
@@ -61,6 +57,9 @@ inline int (isnan)(double r) { return isnan(r); }
 
 #include "soundmgr_openal.hxx"
 
+#if defined(__MINGW32__)
+#define isnan(x) _isnan(x)
+#endif
 
 //
 // Sound Manager