gallium: Added HaikuOS platform

This commit is contained in:
aljen
2009-09-05 23:06:53 +02:00
committed by Brian Paul
parent 89a765e92b
commit c6c44bf481
9 changed files with 31 additions and 19 deletions

View File

@@ -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