mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-31 08:33:40 +00:00
stdbool.h is C99. Use a more proper define.
This commit is contained in:
parent
18d6d58a2b
commit
c32d321b06
@ -18,8 +18,7 @@
|
||||
#ifndef MAIN_WRAP_H__
|
||||
#define MAIN_WRAP_H__
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#else
|
||||
#ifndef __cplusplus
|
||||
#include <stdbool.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user