The original way of defining a BOOL.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@966 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
a071c2d4c4
commit
e02aeebf66
|
@ -43,8 +43,8 @@ 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)
|
#ifndef BOOL
|
||||||
typedef unsigned int BOOL;
|
#define BOOL unsigned int
|
||||||
#endif
|
#endif
|
||||||
typedef unsigned long long u64;
|
typedef unsigned long long u64;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue