Added GLU_TESS_CALLBACK_TRIPLEDOT path into include/osg/GLU and enabled this
for AIX as reading the old paths this was required. This looks like it is needed under Xcode build as well.
This commit is contained in:
@@ -22,6 +22,10 @@
|
||||
#include <GL/glu.h>
|
||||
#endif
|
||||
|
||||
typedef void (APIENTRY *GLU_TESS_CALLBACK)();
|
||||
#if defined(GLU_TESS_CALLBACK_TRIPLEDOT)
|
||||
typedef void (APIENTRY *GLU_TESS_CALLBACK)(...);
|
||||
#else
|
||||
typedef void (APIENTRY *GLU_TESS_CALLBACK)();
|
||||
#endif
|
||||
|
||||
#endif // __osgGLU_h
|
||||
|
||||
Reference in New Issue
Block a user