Fixed OSX 10.9.5 build.
This commit is contained in:
parent
29edc547e3
commit
a87b59a0c7
1 changed files with 2 additions and 2 deletions
4
3rdparty/khronos/gl/glext.h
vendored
4
3rdparty/khronos/gl/glext.h
vendored
|
@ -465,7 +465,7 @@ GLAPI void APIENTRY glBlendEquation (GLenum mode);
|
||||||
#ifndef GL_VERSION_1_5
|
#ifndef GL_VERSION_1_5
|
||||||
#define GL_VERSION_1_5 1
|
#define GL_VERSION_1_5 1
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#if defined(__APPLE__) && defined(__i386__)
|
#if 0 //defined(__APPLE__) && defined(__i386__)
|
||||||
typedef long GLsizeiptr;
|
typedef long GLsizeiptr;
|
||||||
typedef long GLintptr;
|
typedef long GLintptr;
|
||||||
#else
|
#else
|
||||||
|
@ -4135,7 +4135,7 @@ GLAPI void APIENTRY glVertexBlendARB (GLint count);
|
||||||
|
|
||||||
#ifndef GL_ARB_vertex_buffer_object
|
#ifndef GL_ARB_vertex_buffer_object
|
||||||
#define GL_ARB_vertex_buffer_object 1
|
#define GL_ARB_vertex_buffer_object 1
|
||||||
#if defined(__APPLE__) && defined(__i386__)
|
#if 0 // defined(__APPLE__) && defined(__i386__)
|
||||||
typedef long GLsizeiptrARB;
|
typedef long GLsizeiptrARB;
|
||||||
typedef long GLintptrARB;
|
typedef long GLintptrARB;
|
||||||
#else
|
#else
|
||||||
|
|
Reference in a new issue