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:
fires.gc 2008-07-20 13:09:32 +00:00
parent 461077b1a1
commit 04abc4bcef

View file

@ -7,7 +7,7 @@
typedef u8 uint8_t;
#ifdef WIN32
#ifdef _WIN32
typedef s8 int8_t;
#endif
typedef u16 uint16_t;