summaryrefslogtreecommitdiffhomepage
path: root/Private/KernelKit/FileManager.hpp
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-22 20:44:50 +0100
committerAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-22 20:44:50 +0100
commitab4eaababec7f870378ed64fbbf51b154b292a7b (patch)
tree0c1a7071a5e341ff95c4c52a9b71f4481ab122e3 /Private/KernelKit/FileManager.hpp
parent77571f02bcd83ca9a158e9ce8592b101039878e1 (diff)
Kernel: nightly bump.
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Private/KernelKit/FileManager.hpp')
-rw-r--r--Private/KernelKit/FileManager.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/Private/KernelKit/FileManager.hpp b/Private/KernelKit/FileManager.hpp
index a191368e..21d5c276 100644
--- a/Private/KernelKit/FileManager.hpp
+++ b/Private/KernelKit/FileManager.hpp
@@ -17,9 +17,9 @@
#pragma once
-#ifdef __USE_NEWFS__
+#ifdef __FSKIT_NEWFS__
#include <FSKit/NewFS.hxx>
-#endif // __USE_NEWFS__
+#endif // __FSKIT_NEWFS__
#include <CompilerKit/CompilerKit.hpp>
#include <HintKit/CompilerHint.hxx>
@@ -92,7 +92,7 @@ class IFilesystemManager {
/** @brief invalid position. (n-pos) */
#define kNPos (SizeT)(-1);
-#ifdef __USE_NEWFS__
+#ifdef __FSKIT_NEWFS__
/**
* @brief Based of IFilesystemManager, takes care of managing NewFS disks.
*/
@@ -154,7 +154,7 @@ class NewFilesystemManager final : public IFilesystemManager {
NewFSImplementation *fImpl{nullptr};
};
-#endif // ifdef __USE_NEWFS__
+#endif // ifdef __FSKIT_NEWFS__
/**
* Usable FileStream