Replaced "unsigned __int32" by "u32".

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@432 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Maarten ter Huurne
2008-09-02 23:44:54 +00:00
parent 36b464cbc8
commit 6e2416b389
5 changed files with 8 additions and 8 deletions

View File

@ -49,7 +49,6 @@ typedef unsigned long long u64;
typedef char s8;
typedef short s16;
typedef int s32;
#define __int32 int
typedef long long s64;
#define __int64 long long