[PATCH] winex11: Get rid of glext.h

Detlef Riekenberg wine.dev at web.de
Thu Jun 18 22:11:31 CDT 2009


---
 configure                 |    3 +--
 dlls/winex11.drv/opengl.c |    3 ---
 2 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/configure b/configure
index 7d18ad5..eebf617 100755
--- a/configure
+++ b/configure
@@ -11317,8 +11317,7 @@ fi
 
 
 
-
-for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
+for ac_header in GL/gl.h GL/glx.h GL/glu.h
 do
 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
diff --git a/dlls/winex11.drv/opengl.c b/dlls/winex11.drv/opengl.c
index f1557b6..b2cf82a 100644
--- a/dlls/winex11.drv/opengl.c
+++ b/dlls/winex11.drv/opengl.c
@@ -48,9 +48,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(wgl);
 #ifdef HAVE_GL_GLX_H
 # include <GL/glx.h>
 #endif
-#ifdef HAVE_GL_GLEXT_H
-# include <GL/glext.h>
-#endif
 
 #include "wine/wgl.h"
 
-- 
1.5.4.3


--=-mEaKcqoGozFvvPErzpoF--




More information about the wine-patches mailing list