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/zka/CFKit | |
| 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/zka/CFKit')
| -rw-r--r-- | dev/zka/CFKit/LoaderUtils.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/zka/CFKit/LoaderUtils.h b/dev/zka/CFKit/LoaderUtils.h index 4a30ec84..b438de2a 100644 --- a/dev/zka/CFKit/LoaderUtils.h +++ b/dev/zka/CFKit/LoaderUtils.h @@ -1,5 +1,5 @@ -#ifndef __CFKIT_LOADER_UTILS_HXX__ -#define __CFKIT_LOADER_UTILS_HXX__ +#ifndef __CFKIT_LOADER_UTILS_H__ +#define __CFKIT_LOADER_UTILS_H__ #include <KernelKit/PE.h> #include <KernelKit/MSDOS.h> @@ -50,4 +50,4 @@ namespace Kernel } } // namespace Kernel -#endif // ifndef __CFKIT_LOADER_UTILS_HXX__ +#endif // ifndef __CFKIT_LOADER_UTILS_H__ |
