From 15fd29673a38a22586a7f6545591fdd186e68343 Mon Sep 17 00:00:00 2001 From: ikits Date: Thu, 30 Dec 2004 03:11:33 +0000 Subject: [PATCH] added longer alias git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@325 783a27ee-832a-0410-bc00-9f386506c6dd --- auto/src/glew_tail.h | 2 ++ 1 file changed, 2 insertions(+) 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