make bool signed

now -1 can be a maybe


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1490 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee 2008-12-10 22:00:48 +00:00
parent 4d013ec5df
commit 61392ba692

View File

@ -43,9 +43,7 @@ typedef signed __int64 s64;
typedef unsigned char u8;
typedef unsigned short u16;
typedef unsigned int u32;
#if !defined(OSX64)
typedef unsigned int BOOL;
#endif
typedef signed int BOOL;
typedef unsigned long long u64;
typedef char s8;