blob: 73d5287c5dd97c06b8b204526754a51cd53c0b32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Patch taken from Fedora, removes redefinitions that conflicts on x86.
--- a/Sources/API/GL/opengl_defines.h
+++ b/Sources/API/GL/opengl_defines.h
@@ -69,6 +69,4 @@
typedef void GLvoid;
typedef char GLchar;
-typedef ptrdiff_t GLintptr;
-typedef ptrdiff_t GLsizeiptr;
typedef struct __CLsync *CLsync;
--- a/Sources/API/GL1/opengl1_defines.h
+++ b/Sources/API/GL1/opengl1_defines.h
@@ -65,6 +65,4 @@
typedef void GLvoid;
typedef char GLchar;
-typedef ptrdiff_t GLintptr;
-typedef ptrdiff_t GLsizeiptr;
#else
|