summaryrefslogtreecommitdiffhomepage
path: root/dev/LibCompiler/Defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'dev/LibCompiler/Defines.h')
-rw-r--r--dev/LibCompiler/Defines.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev/LibCompiler/Defines.h b/dev/LibCompiler/Defines.h
index b13cd86..07f3b33 100644
--- a/dev/LibCompiler/Defines.h
+++ b/dev/LibCompiler/Defines.h
@@ -23,6 +23,10 @@
#define NO false
#endif // ifndef NO
+#ifndef BOOL
+#define BOOL bool
+#endif // ifndef BOOL
+
#define SizeType size_t
#define VoidPtr void*