mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2025-02-18 06:31:04 +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