From b0850d02b7fba8f0e16092c7609e928907d2521d Mon Sep 17 00:00:00 2001 From: Amlal Date: Thu, 24 Oct 2024 20:11:21 +0200 Subject: IMP: Doing a cleanup and finishing the first version of ZKA. Signed-off-by: Amlal --- dev/sci/sci_base.h | 6 +++--- dev/sci/sci_hint.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'dev/sci') 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 @@ -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__ -- cgit v1.2.3