bug fix to compile HCI in win32
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@32 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
461077b1a1
commit
04abc4bcef
|
@ -7,7 +7,7 @@
|
|||
|
||||
|
||||
typedef u8 uint8_t;
|
||||
#ifdef WIN32
|
||||
#ifdef _WIN32
|
||||
typedef s8 int8_t;
|
||||
#endif
|
||||
typedef u16 uint16_t;
|
||||
|
|
Loading…
Reference in New Issue