Commit fdbe01522b5f07c90c42c603ccacea76ebec0bd6

Thomas de Grivel 2023-11-03T14:10:03

#undef bool

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/libc3/types.h b/libc3/types.h
index 5363cdd..541d3d6 100644
--- a/libc3/types.h
+++ b/libc3/types.h
@@ -23,6 +23,10 @@
 #include "sha1.h"
 #include "../libtommath/tommath.h"
 
+#ifdef bool
+# undef bool
+#endif
+
 /* Basic integer types. */
 typedef char          s8;
 typedef int16_t       s16;