this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Added define check for GLAPIENTRY.

+7
+7
src/renderer_GL_common.inl
··· 1 1 /* This is an implementation file to be included after certain #defines have been set. 2 2 See a particular renderer's *.c file for specifics. */ 3 3 4 + #if !defined(GLAPIENTRY) 5 + #if defined(GL_APIENTRY) 6 + #define GLAPIENTRY GL_APIENTRY 7 + #else 8 + #define GLAPIENTRY 9 + #endif 10 + #endif 4 11 5 12 #include <stdint.h> 6 13 #include <stdlib.h>