summaryrefslogtreecommitdiffhomepage
path: root/dev/CompilerKit/Defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'dev/CompilerKit/Defines.h')
-rw-r--r--dev/CompilerKit/Defines.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/dev/CompilerKit/Defines.h b/dev/CompilerKit/Defines.h
index 36d51ef..56e8dd3 100644
--- a/dev/CompilerKit/Defines.h
+++ b/dev/CompilerKit/Defines.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved
+ Copyright (C) 2024-2025 Amlal EL Mahrouss, Licensed under Apache 2.0
------------------------------------------- */
@@ -23,10 +23,6 @@
#define NO false
#endif // ifndef NO
-#ifndef BOOL
-#define BOOL bool
-#endif // ifndef BOOL
-
#define SizeType size_t
#define VoidPtr void*