1
0
Fork 0

* 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:
Ivan Leben 2008-05-13 04:56:06 +00:00
parent 3a3712d924
commit 02ab70efc8

View file

@ -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,