mirror of
https://github.com/libretro/RetroArch
synced 2025-02-04 03:40:03 +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
|
||||
extern "C" {
|
||||
#elif defined(_MSC_VER)
|
||||
typedef unsigned char bool;
|
||||
typedef enum {false, true};
|
||||
#else
|
||||
#else
|
||||
#include <stdbool.h>
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user