fixed wglew bug

git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@213 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
ikits 2004-02-01 22:29:31 +00:00
parent ac1bbc2f0e
commit 3a0f14c839
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ extern WGLEWContext* wglewGetContext();
#endif /* GLEW_MX */
GLEWAPI GLenum wglewContextInit (WGLEWContext* ctx);
GLEWAPI GLboolean wglewGetExtension (const GLubyte* name);
GLEWAPI GLboolean wglewGetExtension (const char* name);
#ifdef __cplusplus
}