Remove redundant ifdef check.

This commit is contained in:
Themaister 2014-02-11 20:45:59 +01:00
parent b370d3f048
commit e1ada80cc9

View File

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