]> git.mxchange.org Git - simgear.git/commitdiff
GL/wgl.h never existed, and a glx equivalent is not needed
authorfredb <fredb>
Sun, 27 Jul 2008 18:04:13 +0000 (18:04 +0000)
committerfredb <fredb>
Sun, 27 Jul 2008 18:04:13 +0000 (18:04 +0000)
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