summaryrefslogtreecommitdiffhomepage
path: root/dev/ZKAKit/NewKit
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ZKAKit/NewKit')
-rw-r--r--dev/ZKAKit/NewKit/Macros.h12
-rw-r--r--dev/ZKAKit/NewKit/Ref.h6
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_