Fix for Tiger build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user