Remove unportable bool guard check
This commit is contained in:
parent
9000fc28a3
commit
a0c19aabbd
|
|
@ -302,10 +302,7 @@
|
|||
// Structures Definition
|
||||
//----------------------------------------------------------------------------------
|
||||
#ifndef __cplusplus
|
||||
// Boolean type
|
||||
#if !defined(_STDBOOL_H) || !defined(__STDBOOL_H) // CLang uses second form
|
||||
typedef enum { false, true } bool;
|
||||
#endif
|
||||
#include <stdbool.h>
|
||||
#endif
|
||||
|
||||
// Vector2 type
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user