Module: wine Branch: master Commit: ab20785b1ba81e34067e9572aca0244ea03d70bc URL: http://source.winehq.org/git/wine.git/?a=commit;h=ab20785b1ba81e34067e9572ac...
Author: Roderick Colenbrander thunderbird2k@gmail.com Date: Wed Jun 10 21:54:22 2009 +0200
opengl32: Get rid of glext.h.
---
dlls/opengl32/opengl_ext.h | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/dlls/opengl32/opengl_ext.h b/dlls/opengl32/opengl_ext.h index 8ae7c2f..988317f 100644 --- a/dlls/opengl32/opengl_ext.h +++ b/dlls/opengl32/opengl_ext.h @@ -24,11 +24,7 @@ #undef WINAPI
#define XMD_H /* This is to prevent the Xmd.h inclusion bug :-/ */ -#define GL_GLEXT_PROTOTYPES #include <GL/gl.h> -#ifdef HAVE_GL_GLEXT_H -# include <GL/glext.h> -#endif #undef XMD_H
#undef APIENTRY