mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2024-11-22 06:35:07 +00:00
GLEW EGL support touch-ups
This commit is contained in:
parent
f4abb657b3
commit
5a6171078b
@ -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