Fixed: #1367 Added ifdef for OSX 10.7 GL API changes. Thanks GelluleX.

This commit is contained in:
sfb 2011-12-07 07:16:37 -06:00
parent 72b8643d54
commit 506e214e38

View file

@ -4851,8 +4851,10 @@ typedef ptrdiff_t GLsizeiptrARB;
#ifndef GL_ARB_shader_objects
/* GL types for program/shader text and shader object handles */
typedef char GLcharARB;
#if !defined(MAC_OS_X_VERSION_10_7)
typedef unsigned int GLhandleARB;
#endif
#endif
/* GL type for "half" precision (s10e5) float data in host memory */
#ifndef GL_ARB_half_float_pixel