1
0
Fork 0

Updates for Mac compilers.

This commit is contained in:
curt 1999-08-07 18:22:57 +00:00
parent bfa84fdecd
commit b001cc55c7

View file

@ -98,7 +98,6 @@
/* /*
CodeWarrior compiler from Metrowerks, Inc. CodeWarrior compiler from Metrowerks, Inc.
*/ */
# if (__MWERKS__ < 0x0900) //|| macintosh
# define FG_HAVE_TRAITS # define FG_HAVE_TRAITS
# define FG_HAVE_STD_INCLUDES # define FG_HAVE_STD_INCLUDES
# define FG_HAVE_STD # define FG_HAVE_STD
@ -119,12 +118,6 @@
// -dw- currently used glut has no game mode stuff // -dw- currently used glut has no game mode stuff
# define GLUT_WRONG_VERSION # define GLUT_WRONG_VERSION
# elif (__MWERKS__ >= 0x0900) && __INTEL__
# error still to be supported...
# else
# error unknown Metrowerks compiler
# endif
#endif #endif
// //