mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-13 15:59:23 +01:00
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:
parent
4d013ec5df
commit
61392ba692
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user