mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04: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
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue