GLEW EGL support touch-ups

This commit is contained in:
Nigel Stewart 2015-12-16 20:46:17 +10:00
parent 2cea9e2719
commit 8a8b6468bc

View File

@ -15,7 +15,7 @@
#include <string.h> /* For memset */ #include <string.h> /* For memset */
#if defined(GLEW_EGL) #if defined(GLEW_EGL)
extern void * eglGetProcAddress (const char *procname); extern void (*eglGetProcAddress (const char *procname))();
#elif defined(GLEW_REGAL) #elif defined(GLEW_REGAL)
/* In GLEW_REGAL mode we call direcly into the linked /* In GLEW_REGAL mode we call direcly into the linked