Thank you Apple for renaming standard header files. I really appreciate it, a lot.
This commit is contained in:
@@ -7,8 +7,13 @@
|
|||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <GL/gl.h>
|
#if !defined(DARWIN)
|
||||||
#include <GL/glu.h>
|
# include <GL/gl.h>
|
||||||
|
# include <GL/glu.h>
|
||||||
|
#else
|
||||||
|
# include <OpenGL/gl.h>
|
||||||
|
# include <OpenGL/glu.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#undef __glext_h_
|
#undef __glext_h_
|
||||||
#include "glext.h"
|
#include "glext.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user