Fix a typo for the Mac OSX platform.

This commit is contained in:
curt
2004-12-01 17:37:43 +00:00
parent 055e969e7a
commit fb0dded103

View File

@@ -371,13 +371,13 @@
#ifdef __APPLE__
# define SG_GL_H <OpenGL/gl.h>
# define SG_GLU_H <OpenGL/glu.h>
# define SG_GLUT_H <OpenGL/glut.h>
# define SG_GLEXT_H <OpenGL/glext.h>
# define SG_GLUT_H <GLUT/glut.h>
#else
# define SG_GL_H <GL/gl.h>
# define SG_GLU_H <GL/glu.h>
# define SG_GLUT_H <GL/glut.h>
# define SG_GLEXT_H <GL/glext.h>
# define SG_GLUT_H <GL/glut.h>
#endif