Add support for Metrowerks Codewarrior build under Windows.

This commit is contained in:
Robert Osfield
2002-02-22 17:12:10 +00:00
parent ddc1212cb4
commit 00e91eec1d
24 changed files with 50 additions and 21 deletions

View File

@@ -12,8 +12,8 @@
#ifdef __DARWIN_OSX__
#include <OpenGL/gl.h>
#else
#include <GL/gl.h>
#endif
#include <GL/gl.h>
#endif
#endif
// required for compatibility with glext.h sytle function definitions of
@@ -40,7 +40,7 @@
// to avoid name space pollution, but Win32's <GL/gl.h>
// needs APIENTRY and WINGDIAPI defined properly.
// F
# if 0
# if defined(__MWERKS__)
# define WIN32_LEAN_AND_MEAN
# include <windows.h>
# else