diff options
| author | Amlal <amlal@el-mahrouss-logic.com> | 2024-10-24 20:11:21 +0200 |
|---|---|---|
| committer | Amlal <amlal@el-mahrouss-logic.com> | 2024-10-24 20:11:21 +0200 |
| commit | b0850d02b7fba8f0e16092c7609e928907d2521d (patch) | |
| tree | 81ba785ba42607dff1df3538f305a23b8c2b1ce5 /dev/sci | |
| parent | 52b4044ab4956597aee4c629ba5fe5ec8966beac (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')
| -rw-r--r-- | dev/sci/sci_base.h | 6 | ||||
| -rw-r--r-- | dev/sci/sci_hint.h | 6 |
2 files changed, 6 insertions, 6 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__
diff --git a/dev/sci/sci_hint.h b/dev/sci/sci_hint.h index 967d0ad0..b550bac5 100644 --- a/dev/sci/sci_hint.h +++ b/dev/sci/sci_hint.h @@ -4,8 +4,8 @@ ------------------------------------------- */ -#ifndef __SCI_HINT_HXX__ -#define __SCI_HINT_HXX__ +#ifndef __SCI_HINT_H__ +#define __SCI_HINT_H__ #pragma compiler(hint_manifest) @@ -20,4 +20,4 @@ #define _InOut #define _StrictInOut -#endif // ifndef __SCI_HINT_HXX__ +#endif // ifndef __SCI_HINT_H__ |
