mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
(Libretro) Update to libretro header file - for when compiling in
C89 mode in MSVC 360
This commit is contained in:
parent
dee9b69661
commit
7271f61da0
@ -6,6 +6,10 @@
|
|||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
#elif defined(_MSC_VER)
|
||||||
|
typedef unsigned char bool;
|
||||||
|
typedef enum {false, true};
|
||||||
|
#else
|
||||||
#else
|
#else
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user