1
0
mirror of https://github.com/nigels-com/glew.git synced 2025-04-14 04:42:05 +00:00

Fixup: GLEWAPIENTRY for glewContextIsSupported in MX mode.

This commit is contained in:
Nigel Stewart 2012-07-17 22:37:43 -05:00
parent cad03beb35
commit 5f346a3ef3

View File

@ -1,5 +1,5 @@
#ifdef GLEW_MX
GLboolean glewContextIsSupported (const GLEWContext* ctx, const char* name)
GLboolean GLEWAPIENTRY glewContextIsSupported (const GLEWContext* ctx, const char* name)
#else
GLboolean GLEWAPIENTRY glewIsSupported (const char* name)
#endif