Generate Sources of origin/master updated at Sat Dec 29 17:45:43 GMT 2018

This commit is contained in:
Gyusun Yeom 2018-12-30 02:45:43 +09:00
parent 82e4802538
commit 99a9408cf0

View File

@ -93,7 +93,7 @@
#if defined(__REGAL_H__) #if defined(__REGAL_H__)
#error Regal.h included before glew.h #error Regal.h included before glew.h
#endif #endif
#if defined(__glext_h_) || defined(__GLEXT_H_) #if defined(__glext_h_) || defined(__GLEXT_H_) || defined(__gl_glext_h_)
#error glext.h included before glew.h #error glext.h included before glew.h
#endif #endif
#if defined(__gl_ATI_h_) #if defined(__gl_ATI_h_)
@ -109,6 +109,7 @@
#define __X_GL_H #define __X_GL_H
#define __glext_h_ #define __glext_h_
#define __GLEXT_H_ #define __GLEXT_H_
#define __gl_glext_h_
#define __gl_ATI_h_ #define __gl_ATI_h_
#if defined(_WIN32) #if defined(_WIN32)