Remove unportable bool guard check

This commit is contained in:
Ahmad Fatoum 2017-10-05 05:44:00 +02:00
parent 9000fc28a3
commit a0c19aabbd
No known key found for this signature in database
GPG Key ID: C3EAC3DE9321D59B

View File

@ -302,10 +302,7 @@
// Structures Definition // Structures Definition
//---------------------------------------------------------------------------------- //----------------------------------------------------------------------------------
#ifndef __cplusplus #ifndef __cplusplus
// Boolean type #include <stdbool.h>
#if !defined(_STDBOOL_H) || !defined(__STDBOOL_H) // CLang uses second form
typedef enum { false, true } bool;
#endif
#endif #endif
// Vector2 type // Vector2 type