···11/* This is an implementation file to be included after certain #defines have been set.
22See a particular renderer's *.c file for specifics. */
3344+#if !defined(GLAPIENTRY)
55+ #if defined(GL_APIENTRY)
66+ #define GLAPIENTRY GL_APIENTRY
77+ #else
88+ #define GLAPIENTRY
99+ #endif
1010+#endif
411512#include <stdint.h>
613#include <stdlib.h>