diff --git a/gl/cogl-defines.h.in b/gl/cogl-defines.h.in index 7b29b937b..487467752 100644 --- a/gl/cogl-defines.h.in +++ b/gl/cogl-defines.h.in @@ -707,6 +707,14 @@ typedef GLuint COGLuint; /* Extension function prototypes */ +#ifndef APIENTRY +#define APIENTRY +#endif + +#ifndef APIENTRYP +#define APIENTRYP APIENTRY * +#endif + typedef void (APIENTRYP COGL_PFNGLGENRENDERBUFFERSEXTPROC) (GLsizei n,