diff options
author | aljen <[email protected]> | 2009-09-05 23:06:53 +0200 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-09-09 08:24:18 -0600 |
commit | c6c44bf48124dd5b4661014a8d58482c5a54557f (patch) | |
tree | 6472d129b3fefc294b6feaa1bb380a7e207db48d /src/gallium/include/pipe/p_compiler.h | |
parent | 89a765e92b4847f80848c8be89efbce2d021434b (diff) |
gallium: Added HaikuOS platform
Diffstat (limited to 'src/gallium/include/pipe/p_compiler.h')
-rw-r--r-- | src/gallium/include/pipe/p_compiler.h | 4 |
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 e6a67f8c2fd..c13cffceb0a 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 |