diff --git a/auto/src/glew_tail.h b/auto/src/glew_tail.h index 1a24df8..39d5c34 100644 --- a/auto/src/glew_tail.h +++ b/auto/src/glew_tail.h @@ -19,6 +19,7 @@ GLEWAPI GLboolean glewContextIsSupported (GLEWContext* ctx, const char* name); #define glewInit() glewContextInit(glewGetContext()) #define glewIsSupported(x) glewContextIsSupported(glewGetContext(), x) +#define glewIsExtensionSupported(x) glewIsSupported(x) #ifdef _WIN32 # define GLEW_GET_VAR(x) glewGetContext()->x @@ -32,6 +33,7 @@ GLEWAPI GLboolean glewContextIsSupported (GLEWContext* ctx, const char* name); GLEWAPI GLenum glewInit (); GLEWAPI GLboolean glewIsSupported (const char* name); +#define glewIsExtensionSupported(x) glewIsSupported(x) #define GLEW_GET_VAR(x) x #define GLEW_GET_FUN(x) x