mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-25 07:15:07 +00:00
Fixup: GLEWAPIENTRY for glewContextIsSupported in MX mode.
This commit is contained in:
parent
cad03beb35
commit
5f346a3ef3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user