mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-24 14:55: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 */
|
#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
|
||||||
|
Loading…
Reference in New Issue
Block a user