summaryrefslogtreecommitdiffhomepage
path: root/dev/LibSCI/Macros.h
diff options
context:
space:
mode:
authorAmlal <amlal.elmahrouss@icloud.com>2025-02-18 17:03:17 +0100
committerAmlal <amlal.elmahrouss@icloud.com>2025-02-18 17:03:17 +0100
commitb119e2e741dc82bca93374df7c5e4cd4b6468bc1 (patch)
tree2cc92ec7114ab85994b81a27b10a6a2fbbf4d22f /dev/LibSCI/Macros.h
parent36ec3e50aa1328bed5f3d2cfbf6a0596caa7a7c5 (diff)
ADD: Refactor make_app command line to work with NeOS, like the open command.
Diffstat (limited to 'dev/LibSCI/Macros.h')
-rw-r--r--dev/LibSCI/Macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/LibSCI/Macros.h b/dev/LibSCI/Macros.h
index 3236176c..92461f3f 100644
--- a/dev/LibSCI/Macros.h
+++ b/dev/LibSCI/Macros.h
@@ -78,5 +78,5 @@ IMPORT_C void _rtl_assert(Bool expr, const Char* origin);
#ifndef ARRAY_SIZE
#define ARRAY_SIZE(a) \
(((sizeof(a) / sizeof(*(a))) / \
- (static_cast<Kernel::Size>(!(sizeof(a) % sizeof(*(a)))))))
+ (static_cast<SizeT>(!(sizeof(a) % sizeof(*(a)))))))
#endif \ No newline at end of file