From 7a67e05a6615844c52f2dab2e2eff64570eaf44d Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 12 Feb 2014 18:29:03 +0100 Subject: [PATCH] (glsym_gl.h) Update GLuint64EXT in glsym_gl.h too (BTW - where is the README explaining how to generate files with glgen.py?) --- gfx/glsym/glsym_gl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gfx/glsym/glsym_gl.h b/gfx/glsym/glsym_gl.h index 86d25f2cf7..e950f8ec4c 100644 --- a/gfx/glsym/glsym_gl.h +++ b/gfx/glsym/glsym_gl.h @@ -24,6 +24,7 @@ typedef GLint GLfixed; #if defined(OSX) && !defined(MAC_OS_X_VERSION_10_7) typedef long long int GLint64; typedef unsigned long long int GLuint64; +typedef unsigned long long int GLuint64EXT; typedef struct __GLsync *GLsync; #endif typedef void (APIENTRYP RGLSYMGLDRAWRANGEELEMENTSPROC) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices);