mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
reverting BOOL type
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@969 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
85145cb2dd
commit
225fb8a4c1
@ -43,8 +43,8 @@ typedef signed __int64 s64;
|
||||
typedef unsigned char u8;
|
||||
typedef unsigned short u16;
|
||||
typedef unsigned int u32;
|
||||
#ifndef BOOL
|
||||
#define BOOL unsigned int
|
||||
#if !defined(OSX64)
|
||||
typedef unsigned int BOOL;
|
||||
#endif
|
||||
typedef unsigned long long u64;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user