Checked in Tino Schwarze's port to HP-UX.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
#include <math.h>
|
||||
|
||||
#if defined(WIN32) || defined (macintosh)|| defined (sun) || defined (__DARWIN_OSX__)
|
||||
#if defined(WIN32) || defined (macintosh)|| defined (sun) || defined (__DARWIN_OSX__) || defined(__hpux__)
|
||||
|
||||
#include <float.h>
|
||||
|
||||
|
||||
@@ -8,7 +8,11 @@
|
||||
#if defined(__DARWIN_OSX__)
|
||||
#include <GLUT/glut.h>
|
||||
#else
|
||||
#if defined(__hpux__)
|
||||
#include <glut.h>
|
||||
#else
|
||||
#include <GL/glut.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif // __osgGLUT_h
|
||||
|
||||
Reference in New Issue
Block a user