Resolve ID: 3519818 - glewInit should have ANSI prototype

This commit is contained in:
Nigel Stewart 2012-05-04 09:39:49 -05:00
parent 2fee30d9c1
commit 950c81ab76

View File

@ -33,7 +33,7 @@ GLEWAPI GLboolean glewContextIsSupported (const GLEWContext* ctx, const char* na
#else /* GLEW_MX */
GLEWAPI GLenum glewInit ();
GLEWAPI GLenum glewInit (void);
GLEWAPI GLboolean glewIsSupported (const char* name);
#define glewIsExtensionSupported(x) glewIsSupported(x)