From befde76cfa46c766e81f74eb5ac65d3dae2dde87 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 19 Apr 2025 17:33:26 +0200 Subject: dev, LibCompiler, tooling: refactor and separate components into modules (cppdrv, cxxdrv) Signed-off-by: Amlal El Mahrouss --- dev/LibCompiler/Defines.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dev/LibCompiler/Defines.h') 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* -- cgit v1.2.3