Remove redundant ifdef check.
This commit is contained in:
parent
b370d3f048
commit
e1ada80cc9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue