projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf95169
)
VMS update
author
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 17 Dec 2004 14:48:00 +0000
(14:48 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 17 Dec 2004 14:48:00 +0000
(14:48 +0000)
include/GL/glxext.h
patch
|
blob
|
history
diff --git
a/include/GL/glxext.h
b/include/GL/glxext.h
index 880f2f30f043233eaab4bb177ca263313aa7f526..068f1c0667f322b6a1d82208c3a9cad70cf14a1b 100644
(file)
--- a/
include/GL/glxext.h
+++ b/
include/GL/glxext.h
@@
-334,9
+334,9
@@
typedef struct {
#if defined(__UNIXOS2__) || defined(__SOL64__)
typedef long int int32_t;
typedef long long int int64_t;
-#e
ndif
-
-#if defined(__SCO__) || defined(__USLC__)
+#e
lif defined( __VMS )
+#include <inttypes.h>
+#
el
if defined(__SCO__) || defined(__USLC__)
#include <stdint.h>
#endif