mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 15:19:09 +00:00
BOOL is defined on apple 64
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@964 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
8f3aa9e67b
commit
a56cb7c0bb
1 changed files with 2 additions and 0 deletions
|
@ -43,7 +43,9 @@ typedef signed __int64 s64;
|
||||||
typedef unsigned char u8;
|
typedef unsigned char u8;
|
||||||
typedef unsigned short u16;
|
typedef unsigned short u16;
|
||||||
typedef unsigned int u32;
|
typedef unsigned int u32;
|
||||||
|
#if !defined(OSX64)
|
||||||
typedef unsigned int BOOL;
|
typedef unsigned int BOOL;
|
||||||
|
#endif
|
||||||
typedef unsigned long long u64;
|
typedef unsigned long long u64;
|
||||||
|
|
||||||
typedef char s8;
|
typedef char s8;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue