* clutter/cogl/gl/cogl-defines.h.in:
Fix GL function prototypes on OS X by #definining APIENTRY and APIENTRYP if missing.
This commit is contained in:
parent
3a3712d924
commit
02ab70efc8
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user