]> git.mxchange.org Git - simgear.git/blobdiff - simgear/compiler.h
Solve the endless loop problem for the DC-3 and prevent a potential segmentation...
[simgear.git] / simgear / compiler.h
index 824c9024cf2d9187fafbcc49c1a36e78111b1027..9123ab19729285723002a510378ddf1fefd99e65 100644 (file)
 
 #endif // __GNUC__
 
-#if defined( __MINGW32__ )
-#  define bcopy(from, to, n) memcpy(to, from, n)
-#  define FG_MEM_COPY(to,from,n) memcpy(to, from, n)
-#  define snprintf _snprintf
-#endif
-
 /* KAI C++ */
 #if defined(__KCC)
 
 #    define STL_STRING     <string>
 #    define STL_STRSTREAM  <strstream>
 
+#    define isnan _isnan
 #    define snprintf _snprintf
 
 #    pragma warning(disable: 4786) // identifier was truncated to '255' characters