Thank you Apple for renaming standard header files. I really appreciate it, a lot.

This commit is contained in:
Steve Checkoway
2004-06-14 11:14:16 +00:00
parent 1c46a4880f
commit 7450f75bbf
+7 -2
View File
@@ -7,8 +7,13 @@
#include <windows.h>
#endif
#include <GL/gl.h>
#include <GL/glu.h>
#if !defined(DARWIN)
# include <GL/gl.h>
# include <GL/glu.h>
#else
# include <OpenGL/gl.h>
# include <OpenGL/glu.h>
#endif
#undef __glext_h_
#include "glext.h"