mesa: Branch 'master'

Brian Paul brianp at kemper.freedesktop.org
Fri Apr 13 15:55:38 UTC 2007


 include/GL/glxext.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree 967c1056d5e86231e4a545a748973e1123cd19c1 (from 9f8373d5cada37ed71e5908a7158d56d9a4c34d5)
Author: Brian <brian at yutani.localnet.net>
Date:   Fri Apr 13 09:55:35 2007 -0600

    patch for Digital/Tru64 (bug 10635) - forwarded to OpenGL ARB as well

diff --git a/include/GL/glxext.h b/include/GL/glxext.h
index d239bad..fb7ea22 100644
--- a/include/GL/glxext.h
+++ b/include/GL/glxext.h
@@ -386,7 +386,7 @@ typedef struct {
 /* (as used in the GLX_OML_sync_control extension). */
 #if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
 #include <inttypes.h>
-#elif defined(__sun__)
+#elif defined(__sun__) || defined(__digital__)
 #include <inttypes.h>
 #if defined(__STDC__)
 #if defined(__arch64__)



More information about the mesa-commit mailing list