mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-24 06:45:07 +00:00
GLEW EGL support touch-ups
This commit is contained in:
parent
2cea9e2719
commit
8a8b6468bc
@ -15,7 +15,7 @@
|
||||
#include <string.h> /* For memset */
|
||||
|
||||
#if defined(GLEW_EGL)
|
||||
extern void * eglGetProcAddress (const char *procname);
|
||||
extern void (*eglGetProcAddress (const char *procname))();
|
||||
#elif defined(GLEW_REGAL)
|
||||
|
||||
/* In GLEW_REGAL mode we call direcly into the linked
|
||||
|
Loading…
Reference in New Issue
Block a user