Fix for Tiger build

This commit is contained in:
Robert Osfield
2005-05-04 11:38:34 +00:00
parent a1f23bbccd
commit f8c855a576
4 changed files with 20 additions and 16 deletions

View File

@@ -15,9 +15,11 @@
#define OSG_GLU 1
#ifdef __APPLE__
#include <OpenGL/glu.h>
#include <OpenGL/glu.h>
#define GLU_TESS_CALLBACK GLvoid (CALLBACK*)(...)
#else
#include <GL/glu.h>
#include <GL/glu.h>
#define GLU_TESS_CALLBACK GLvoid (CALLBACK*)()
#endif
#endif // __osgGLU_h