]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/runways.hxx
MSVC++ changes contributed by Geoff McLane.
[flightgear.git] / src / Airports / runways.hxx
index 09fa3e632107d214eae848c96f3315c24387d518..5512097d8d44e3c41e709d6db9ee437f79249c21 100644 (file)
 #include STL_STRING
 #include <vector>
 
+#ifndef _MSC_VER
 #define NDEBUG                 // she don't work without it.
+#endif // !_MSC_VER
+
 #include <mk4.h>
 #include <mk4str.h>
+
+#ifndef _MSC_VER
 #undef NDEBUG
+#endif // !_MSC_VER
 
 SG_USING_STD(string);
 SG_USING_STD(vector);