From 04abc4bcef0399a0208d9c0b6712a7e320f760c2 Mon Sep 17 00:00:00 2001 From: "fires.gc" Date: Sun, 20 Jul 2008 13:09:32 +0000 Subject: [PATCH] bug fix to compile HCI in win32 git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@32 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Core/Src/IPC_HLE/hci.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/Core/Src/IPC_HLE/hci.h b/Source/Core/Core/Src/IPC_HLE/hci.h index 4cb718e6d7..cc2c611bcf 100644 --- a/Source/Core/Core/Src/IPC_HLE/hci.h +++ b/Source/Core/Core/Src/IPC_HLE/hci.h @@ -7,7 +7,7 @@ typedef u8 uint8_t; -#ifdef WIN32 +#ifdef _WIN32 typedef s8 int8_t; #endif typedef u16 uint16_t;