diff options
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__ |
