]> git.mxchange.org Git - simgear.git/commitdiff
For some reason I don't know yet, the APIENTRY stuff in osg/GL is broken for some...
authorfredb <fredb>
Fri, 3 Nov 2006 10:04:58 +0000 (10:04 +0000)
committerfredb <fredb>
Fri, 3 Nov 2006 10:04:58 +0000 (10:04 +0000)
simgear/math/SGMath.hxx

index fa4e69cd0a51b76ed450fb85e9e5ce62116f03fc..80c23ceb0f31bd3f06ac18751229560dd8f717d2 100644 (file)
 
 #include <iosfwd>
 // FIXME, make it compile on IRIX
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+#ifdef HAVE_WINDOWS_H
+#  include <windows.h>
+#endif
 #include <osg/GL>
 
 #include "SGMathFwd.hxx"