]> pd.if.org Git - pdclib/blobdiff - includes/stdbool.h
* Change the style of inclusion of the internal/ headers. Modern preprocessors
[pdclib] / includes / stdbool.h
index 66166e16deea21a6e783fe77e2615f3fe31a7612..a01cc2f600cc93345629c56db7d755134c818ad2 100644 (file)
@@ -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