diff options
| author | Amlal <amlal.elmahrouss@icloud.com> | 2024-10-30 08:57:05 +0100 |
|---|---|---|
| committer | Amlal <amlal.elmahrouss@icloud.com> | 2024-10-30 08:57:05 +0100 |
| commit | 96a4f30672702e34afea4014487936fccb850779 (patch) | |
| tree | 7e3e39c63335158143450bf6bcaf9fae20b6cbfd /dev/ZKAKit/NewKit | |
| parent | 8600ffcc1ddfc861e761baf2682490061a55cca8 (diff) | |
META: Daily bump.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/ZKAKit/NewKit')
| -rw-r--r-- | dev/ZKAKit/NewKit/Macros.h | 12 | ||||
| -rw-r--r-- | dev/ZKAKit/NewKit/Ref.h | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/dev/ZKAKit/NewKit/Macros.h b/dev/ZKAKit/NewKit/Macros.h index 5d996c56..4d19416a 100644 --- a/dev/ZKAKit/NewKit/Macros.h +++ b/dev/ZKAKit/NewKit/Macros.h @@ -119,19 +119,19 @@ #endif // !RGB /// @brief The system page file. -#define kPageSys "\\System\\syspage.sys" +#define kPageSys "/System/syspage.sys" /// @brief The main system driver. -#define kStartupSys "\\Boot\\startup.sys" +#define kStartupSys "/Boot/startup.sys" /// @brief The main font file. -#define kUrbanistTTF "\\Fonts\\urbanist.ttf" +#define kUrbanistTTF "/Fonts/urbanist.ttf" /// @brief License file -#define kEulaTxt "\\Misc\\EULA.txt" +#define kEulaTxt "/Misc/EULA.txt" /// @brief The main kernel file. -#define kStartupWav "\\Rsrc\\startup.wav" +#define kStartupWav "/Rsrc/startup.wav" /// @brief The main system loader. -#define kUserName "ZKA AUTHORITY\\KERNEL" +#define kUserName "ZKA AUTHORITY/KERNEL" diff --git a/dev/ZKAKit/NewKit/Ref.h b/dev/ZKAKit/NewKit/Ref.h index fbfb402d..34e47f27 100644 --- a/dev/ZKAKit/NewKit/Ref.h +++ b/dev/ZKAKit/NewKit/Ref.h @@ -5,8 +5,8 @@ ------------------------------------------- */ -#ifndef _NEWKIT_REF_HPP_ -#define _NEWKIT_REF_HPP_ +#ifndef _NEWKIT_REF_H_ +#define _NEWKIT_REF_H_ #include <NewKit/Defines.h> #include <NewKit/Stop.h> @@ -105,4 +105,4 @@ namespace Kernel }; } // namespace Kernel -#endif // ifndef _NEWKIT_REF_HPP_ +#endif // ifndef _NEWKIT_REF_H_ |
