diff --git a/include/types.h b/include/types.h index 773533d..551e5d8 100644 --- a/include/types.h +++ b/include/types.h @@ -33,7 +33,7 @@ typedef signed int s32; typedef signed long long s64; /** One bit truth value */ -#ifndef __cplusplus +#if !defined __cplusplus && !defined bool typedef enum { false = 0, true = 1,