]> git.cworth.org Git - apitrace/blob - thirdparty/khronos/GLES/glext.patch
make GLES/glext.hpp guard macro name unique
[apitrace] / thirdparty / khronos / GLES / glext.patch
1 diff --git a/thirdparty/khronos/GLES/glext.h b/thirdparty/khronos/GLES/glext.h
2 index d591832..90fd2c3 100644
3 --- a/thirdparty/khronos/GLES/glext.h
4 +++ b/thirdparty/khronos/GLES/glext.h
5 @@ -1,5 +1,5 @@
6 -#ifndef __glext_h_
7 -#define __glext_h_
8 +#ifndef __gles_glext_h_
9 +#define __gles_glext_h_
10  
11  /* $Revision: 16481 $ on $Date:: 2012-01-04 10:43:56 -0800 #$ */
12  
13 @@ -1179,5 +1179,5 @@ typedef void (GL_APIENTRYP PFNGLENDTILINGQCOMPROC) (GLbitfield preserveMask);
14  }
15  #endif
16  
17 -#endif /* __glext_h_ */
18 +#endif /* __gles_glext_h_ */
19