X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fstdbool.h;h=a01cc2f600cc93345629c56db7d755134c818ad2;hb=c66f50d5348b47287f498184a3c2033bfa8d0576;hp=66166e16deea21a6e783fe77e2615f3fe31a7612;hpb=d9dcf16664c81809258992e1653ecb68c8079974;p=pdclib.old diff --git a/includes/stdbool.h b/includes/stdbool.h index 66166e1..a01cc2f 100644 --- a/includes/stdbool.h +++ b/includes/stdbool.h @@ -9,9 +9,12 @@ #ifndef _PDCLIB_STDBOOL_H #define _PDCLIB_STDBOOL_H _PDCLIB_STDBOOL_H +#ifndef __cplusplus #define bool _Bool #define true 1 #define false 0 +#endif + #define __bool_true_false_are_defined 1 #endif