Fixed OSX 10.9.5 build.

This commit is contained in:
Branimir Karadžić 2015-01-26 12:38:34 -08:00
parent 29edc547e3
commit a87b59a0c7

View file

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