summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe/p_compiler.h
diff options
context:
space:
mode:
authoraljen <harakash@gmail.com>2009-09-05 23:06:53 +0200
committerBrian Paul <brianp@vmware.com>2009-09-09 08:24:18 -0600
commitc6c44bf48124dd5b4661014a8d58482c5a54557f (patch)
tree6472d129b3fefc294b6feaa1bb380a7e207db48d /src/gallium/include/pipe/p_compiler.h
parent89a765e92b4847f80848c8be89efbce2d021434b (diff)
gallium: Added HaikuOS platform
Diffstat (limited to 'src/gallium/include/pipe/p_compiler.h')
-rw-r--r--src/gallium/include/pipe/p_compiler.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gallium/include/pipe/p_compiler.h b/src/gallium/include/pipe/p_compiler.h
index e6a67f8c2f..c13cffceb0 100644
--- a/src/gallium/include/pipe/p_compiler.h
+++ b/src/gallium/include/pipe/p_compiler.h
@@ -93,9 +93,11 @@ typedef int _Bool;
#endif
+#ifndef __HAIKU__
typedef unsigned int uint;
-typedef unsigned char ubyte;
typedef unsigned short ushort;
+#endif
+typedef unsigned char ubyte;
#if 0
#define boolean bool