]> git.mxchange.org Git - simgear.git/blobdiff - simgear/screen/extensions.hxx
- remove the SG_GLxxxx_H #defines, since OSG provides its own versions
[simgear.git] / simgear / screen / extensions.hxx
index 419655884f9b489e4af27c59859cac366d887234..a0c09fd42e4813cc10a504808bf63ce0fff55ab4 100644 (file)
 
 #include <simgear/compiler.h>
 
-#if !defined(WIN32)
-# include SG_GLX_H
-#endif
-#include SG_GL_H
+#include <osg/GL>
 
+#if defined (WIN32)
+#  include <GL/wgl.h>
+#elif !defined(__APPLE__)
+#  include <GL/glx.h>
+#endif
 
 #if defined(__cplusplus)
 extern "C" {