From 6dc2cb003c5c0e2a307dc6056ca6d91dafdb8a9a Mon Sep 17 00:00:00 2001 From: ikits Date: Thu, 1 Mar 2007 04:17:01 +0000 Subject: [PATCH] added GLX_H patch git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@468 783a27ee-832a-0410-bc00-9f386506c6dd --- auto/src/glxew_head.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/auto/src/glxew_head.h b/auto/src/glxew_head.h index 2276259..88632e5 100644 --- a/auto/src/glxew_head.h +++ b/auto/src/glxew_head.h @@ -5,9 +5,13 @@ #ifdef __glxext_h_ #error glxext.h included before glxew.h #endif +#ifdef GLX_H +#error glx.h included before glxew.h +#endif #define __glxext_h_ #define __GLX_glx_h__ +#define GLX_H #include #include