this should work

This commit is contained in:
Joshua Reisenauer
2016-04-27 00:02:11 -07:00
parent 299ae7a4bd
commit f707c1ca46
2 changed files with 4 additions and 3 deletions

View File

@@ -261,8 +261,9 @@
//----------------------------------------------------------------------------------
#ifndef __cplusplus
// Boolean type
#include <stdbool.h>
//typedef enum { false, true } bool;
#ifndef true
typedef enum { false, true } bool;
#endif
#endif
// byte type