diff --git a/libretro.h b/libretro.h index 8aab29a334..231817e93d 100755 --- a/libretro.h +++ b/libretro.h @@ -32,8 +32,7 @@ extern "C" { #endif #ifndef __cplusplus - -#if defined(_MSC_VER) && !defined(SN_TARGET_PS3) && !defined(__cplusplus) +#if defined(_MSC_VER) && !defined(SN_TARGET_PS3) /* Hack applied for MSVC when compiling in C89 mode as it isn't C99 compliant. */ #define bool unsigned char #define true 1