MSVC > 6.0 fix

This commit is contained in:
ehofman 2003-11-25 21:45:56 +00:00
parent 34e2a9dc37
commit eef1cc716d

View File

@ -219,7 +219,7 @@
# 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