]> git.mxchange.org Git - simgear.git/commitdiff
Bernie Bright:
authorcurt <curt>
Fri, 17 May 2002 14:38:03 +0000 (14:38 +0000)
committercurt <curt>
Fri, 17 May 2002 14:38:03 +0000 (14:38 +0000)
I've defined snprintf as _snprintf in compiler.h for MSVC and MINGW
targets and removed duplicate definitions from FG sources.

simgear/compiler.h

index 9d6136f27f0cfee7136e7b12ca76fb6913bcaec4..7896c4a31a0319e80a3f233ad8f6aa82336aca3f 100644 (file)
 #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++ */
 #    define STL_STRING     <string>
 #    define STL_STRSTREAM  <strstream>
 
-#    define SG_NO_INCLASS_MEMBER_INITIALIZATION
-
-// disable min/max macros if defined:
-// #    ifdef min
-// #      undef min
-// #    endif
-// #    ifdef max
-// #      undef max
-// #    endif
-// #    ifndef NOMINMAX
-// #      define NOMINMAX
-// #    endif
+#    define snprintf _snprintf
 
 #    pragma warning(disable: 4786) // identifier was truncated to '255' characters
 #    pragma warning(disable: 4244) // conversion from double to float