From e1ada80cc9c05e8b7bfe093bb82c3aaba6798bcd Mon Sep 17 00:00:00 2001 From: Themaister Date: Tue, 11 Feb 2014 20:45:59 +0100 Subject: [PATCH] Remove redundant ifdef check. --- libretro.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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