From 6dcf5b87da65de2254d6102f567183eaeca03088 Mon Sep 17 00:00:00 2001 From: Amlal Date: Sat, 26 Oct 2024 19:49:02 +0200 Subject: IMP: This commit contains fixes and improvements regarding the kernel, a next one will be done soon. Signed-off-by: Amlal --- dev/SCIKit/Foundation.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev/SCIKit') diff --git a/dev/SCIKit/Foundation.h b/dev/SCIKit/Foundation.h index d0ba87a1..c4851566 100644 --- a/dev/SCIKit/Foundation.h +++ b/dev/SCIKit/Foundation.h @@ -7,8 +7,8 @@ Purpose: SCI core header file (C++ only). ------------------------------------------- */ -#ifndef SCI_BASE_H -#define SCI_BASE_H +#ifndef SCIKIT_FOUNDATION_H +#define SCIKIT_FOUNDATION_H #define ATTRIBUTE(X) __attribute__((X)) #define IMPORT_CXX extern "C++" @@ -246,4 +246,4 @@ IMPORT_C Void EvtRemoveListener(_Input const Char* event_name, _Input SCIObject /// @return the event data. IMPORT_C VoidPtr EvtDispatchEvent(_Input const Char* event_name, _Input VoidPtr event_data); -#endif // ifndef SCI_BASE_H +#endif // ifndef SCIKIT_FOUNDATION_H -- cgit v1.2.3