mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2024-11-11 09:33:49 +00:00
*** empty log message ***
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@126 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
parent
2bf5b39730
commit
c3f7097c66
@ -38,7 +38,7 @@
|
||||
|
||||
static FILE* f;
|
||||
|
||||
static void glewPrintExt (const GLubyte* name, GLboolean defined)
|
||||
static void glewPrintExt (const GLubyte* name, GLint defined)
|
||||
{
|
||||
unsigned int i;
|
||||
fprintf(f, "\n%s:", name);
|
||||
@ -49,7 +49,7 @@ static void glewPrintExt (const GLubyte* name, GLboolean defined)
|
||||
fflush(f);
|
||||
}
|
||||
|
||||
static void glewInfoFunc (const GLubyte* name, GLboolean undefined)
|
||||
static void glewInfoFunc (const GLubyte* name, GLint undefined)
|
||||
{
|
||||
unsigned int i;
|
||||
fprintf(f, " %s:", name);
|
||||
|
Loading…
Reference in New Issue
Block a user