]> git.mxchange.org Git - simgear.git/blobdiff - simgear/math/SGMath.hxx
Merge branch 'tat/framework'
[simgear.git] / simgear / math / SGMath.hxx
index 3770408ce6939e5439d7850ee9e7292884f4b468..d5fe3994305e2f4f5b2063af8ec4cdc764e857c7 100644 (file)
@@ -22,8 +22,9 @@
 
 #include <iosfwd>
 // FIXME, make it compile on IRIX
-#include <osg/GL>
-#undef GLUT_APIENTRY_DEFINED // GL/glut.h undef APIENTRY when this symbol is defined. osg/GL defines it (?).
+
+//#include <osg/GL>
+//#undef GLUT_APIENTRY_DEFINED // GL/glut.h undef APIENTRY when this symbol is defined. osg/GL defines it (?).
                              // This probably would work if we didn't use plib/pu.h that include GL/glut.h 
                              //  on its side.