summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-12-08 14:10:59 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-12-08 14:10:59 +0000
commit5262c225ba9eb90fc2a357c40a93a5bba2dd602a (patch)
tree275bf23e3195308b8174986ee5d5089c455050b6 /include
parent1acea5f2898cc46cdd18d0b2559eee4af90f6c6f (diff)
remove stray _ from GL[u]int64_EXT
Diffstat (limited to 'include')
-rw-r--r--include/GL/gl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/GL/gl.h b/include/GL/gl.h
index 5b6733c851f..c4becf5a14f 100644
--- a/include/GL/gl.h
+++ b/include/GL/gl.h
@@ -2244,8 +2244,8 @@ typedef void (APIENTRYP PFNGLBLENDEQUATIONSEPARATEATIPROC) (GLenum modeRGB, GLen
typedef unsigned __int64 GLuint64EXT;
#else
/* this might actually be a 32-bit type */
- typedef long int GLint64_EXT;
- typedef unsigned long int GLuint64_EXT;
+ typedef long int GLint64EXT;
+ typedef unsigned long int GLuint64EXT;
#endif
#define GL_TIME_ELAPSED_EXT 0x88BF