]> git.mxchange.org Git - simgear.git/blobdiff - simgear/screen/extensions.hxx
restore some part of the code to prevent an untwanted segmentationf fault.
[simgear.git] / simgear / screen / extensions.hxx
index a0c09fd42e4813cc10a504808bf63ce0fff55ab4..c58f441605f0c891b04cc9f28368e42ecebfa450 100644 (file)
@@ -36,9 +36,7 @@
 
 #include <osg/GL>
 
-#if defined (WIN32)
-#  include <GL/wgl.h>
-#elif !defined(__APPLE__)
+#if !defined(__APPLE__) && !defined(WIN32)
 #  include <GL/glx.h>
 #endif