summaryrefslogtreecommitdiffhomepage
path: root/dev/sci/sci_base.h
diff options
context:
space:
mode:
authorAmlal <amlal@el-mahrouss-logic.com>2024-10-24 20:11:21 +0200
committerAmlal <amlal@el-mahrouss-logic.com>2024-10-24 20:11:21 +0200
commitb0850d02b7fba8f0e16092c7609e928907d2521d (patch)
tree81ba785ba42607dff1df3538f305a23b8c2b1ce5 /dev/sci/sci_base.h
parent52b4044ab4956597aee4c629ba5fe5ec8966beac (diff)
IMP: Doing a cleanup and finishing the first version of ZKA.
Signed-off-by: Amlal <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'dev/sci/sci_base.h')
-rw-r--r--dev/sci/sci_base.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/sci/sci_base.h b/dev/sci/sci_base.h
index 73d7e87e..eca69595 100644
--- a/dev/sci/sci_base.h
+++ b/dev/sci/sci_base.h
@@ -7,8 +7,8 @@ Purpose: SCI core header file (C++ only).
------------------------------------------- */
-#ifndef __SCI_BASE_HXX__
-#define __SCI_BASE_HXX__
+#ifndef __SCI_BASE_H__
+#define __SCI_BASE_H__
#include <sci/sci_hint.h>
@@ -316,4 +316,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_HXX__
+#endif // ifndef __SCI_BASE_H__