mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-25 23:31:56 +00:00
Resolve ID: 3519818 - glewInit should have ANSI prototype
This commit is contained in:
parent
2fee30d9c1
commit
950c81ab76
@ -33,7 +33,7 @@ GLEWAPI GLboolean glewContextIsSupported (const GLEWContext* ctx, const char* na
|
|||||||
|
|
||||||
#else /* GLEW_MX */
|
#else /* GLEW_MX */
|
||||||
|
|
||||||
GLEWAPI GLenum glewInit ();
|
GLEWAPI GLenum glewInit (void);
|
||||||
GLEWAPI GLboolean glewIsSupported (const char* name);
|
GLEWAPI GLboolean glewIsSupported (const char* name);
|
||||||
#define glewIsExtensionSupported(x) glewIsSupported(x)
|
#define glewIsExtensionSupported(x) glewIsSupported(x)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user