From c3b8a80f457e3fb56aeb715ebca50a6c847f3344 Mon Sep 17 00:00:00 2001 From: Jason Edmeades Date: Tue, 8 Feb 2005 16:52:04 +0000 Subject: [PATCH] Avoid compile warnings. --- include/wine/wined3d_gl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wine/wined3d_gl.h b/include/wine/wined3d_gl.h index 2a607b48064..995eef494a8 100644 --- a/include/wine/wined3d_gl.h +++ b/include/wine/wined3d_gl.h @@ -35,6 +35,7 @@ #define XMD_H /* This is to prevent the Xmd.h inclusion bug :-/ */ #include +#define GL_GLEXT_PROTOTYPES #define GLX_GLXEXT_PROTOTYPES #include #ifdef HAVE_GL_GLEXT_H -- 2.11.4.GIT