summaryrefslogtreecommitdiff
path: root/include/GL/glext.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/GL/glext.h')
-rw-r--r--include/GL/glext.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/GL/glext.h b/include/GL/glext.h
index 7f1f938c4c..777cc03936 100644
--- a/include/GL/glext.h
+++ b/include/GL/glext.h
@@ -3290,11 +3290,7 @@ typedef GLboolean (APIENTRYP PFNGLISPROGRAMARBPROC) (GLuint program);
#define GL_ARB_vertex_buffer_object 1
/* GL types for handling large vertex buffer objects */
/* Only used by this extension for now; later needs to be moved earlier in glext.h */
-#ifndef XFree86Server
#include <stddef.h>
-#else
-#define ptrdiff_t int
-#endif
typedef ptrdiff_t GLintptrARB;
typedef ptrdiff_t GLsizeiptrARB;
#ifdef GL_GLEXT_PROTOTYPES