From 3a0f14c839b2f6be6247fe86a94cc18e70dba03f Mon Sep 17 00:00:00 2001 From: ikits Date: Sun, 1 Feb 2004 22:29:31 +0000 Subject: [PATCH] fixed wglew bug git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@213 783a27ee-832a-0410-bc00-9f386506c6dd --- auto/src/wglew_post.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto/src/wglew_post.h b/auto/src/wglew_post.h index dc206d4..d3c3545 100644 --- a/auto/src/wglew_post.h +++ b/auto/src/wglew_post.h @@ -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 }