projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1acea5f
)
remove stray _ from GL[u]int64_EXT
author
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 8 Dec 2005 14:10:59 +0000
(14:10 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 8 Dec 2005 14:10:59 +0000
(14:10 +0000)
include/GL/gl.h
patch
|
blob
|
history
diff --git
a/include/GL/gl.h
b/include/GL/gl.h
index 5b6733c851ffdf59797e2b2781cc9db82587014f..c4becf5a14f786b9f48d2e0bbf1efa84ec67ff4f 100644
(file)
--- 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