mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-22 13:55:07 +00:00
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:
parent
c8839d58e7
commit
6dc2cb003c
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user