blob: 379ba08c6c14db07f68e4df1a7bcd379d5acb0c4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- j3d-core/src/native/ogl/glext.h.orig 2007-02-26 13:37:09.000000000 -0500
+++ j3d-core/src/native/ogl/glext.h 2015-02-20 17:50:53.517494000 -0500
@@ -3389,10 +3389,12 @@
#endif
#ifndef GL_VERSION_1_5
+#ifndef GL_VERSION_1_5_TYPES_DEFINED
/* GL types for handling large vertex buffer objects */
typedef ptrdiff_t GLintptr;
typedef ptrdiff_t GLsizeiptr;
#endif
+#endif
#ifndef GL_ARB_vertex_buffer_object
/* GL types for handling large vertex buffer objects */
|