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;