]> git.mxchange.org Git - simgear.git/commitdiff
MSVC > 6.0 fix
authorehofman <ehofman>
Tue, 25 Nov 2003 21:45:56 +0000 (21:45 +0000)
committerehofman <ehofman>
Tue, 25 Nov 2003 21:45:56 +0000 (21:45 +0000)
simgear/compiler.h

index 9bf82093326e4ee243580a9593266bfeb523096a..d28732303e8a83f733d346fc9ef80ccfd4efe1b4 100644 (file)
 #  define bcopy(from, to, n) memcpy(to, from, n)
 #  define FG_MEM_COPY(to,from,n) memcpy(to, from, n)
 
-#  if _MSC_VER == 1200  // msvc++ 6.0
+#  if _MSC_VER >= 1200  // msvc++ 6.0 or greater
 #    define SG_NAMESPACES
 #    define SG_HAVE_STD
 #    define SG_HAVE_STD_INCLUDES