added GLX_H patch

git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@468 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
ikits 2007-03-01 04:17:01 +00:00
parent c8839d58e7
commit 6dc2cb003c

View File

@ -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 <X11/Xlib.h>
#include <X11/Xutil.h>