mirror of
https://github.com/nigels-com/glew.git
synced 2025-02-16 21:58:00 +00:00
minor change in osx fix
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@433 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
parent
e5a1cd226a
commit
75d5713694
@ -41,7 +41,7 @@
|
|||||||
|
|
||||||
void* NSGLGetProcAddress (const GLubyte *name)
|
void* NSGLGetProcAddress (const GLubyte *name)
|
||||||
{
|
{
|
||||||
static struct mach_header* image = NULL;
|
static const struct mach_header* image = NULL;
|
||||||
NSSymbol symbol;
|
NSSymbol symbol;
|
||||||
char* symbolName;
|
char* symbolName;
|
||||||
if (NULL == image)
|
if (NULL == image)
|
||||||
|
Loading…
Reference in New Issue
Block a user