diff options
author | Alan Hourihane <alanh@tungstengraphics.com> | 2003-12-08 16:57:21 +0000 |
---|---|---|
committer | Alan Hourihane <alanh@tungstengraphics.com> | 2003-12-08 16:57:21 +0000 |
commit | 18343db1d86aa98dddf17f010dc94d5d98445e27 (patch) | |
tree | 7f1fcb73b5a02ba836e462365a84dffe27b1e274 /include/GL/glext.h | |
parent | 3abad78e26e561ffb30ef63a559eb8f9682e4f44 (diff) |
reverse Keith's 'XFree86Server' glue.
Diffstat (limited to 'include/GL/glext.h')
-rw-r--r-- | include/GL/glext.h | 4 |
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 |