From ab4eaababec7f870378ed64fbbf51b154b292a7b Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 22 Feb 2024 20:44:50 +0100 Subject: Kernel: nightly bump. Signed-off-by: Amlal El Mahrouss --- Private/KernelKit/FileManager.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Private/KernelKit/FileManager.hpp') 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 -#endif // __USE_NEWFS__ +#endif // __FSKIT_NEWFS__ #include #include @@ -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 -- cgit v1.2.3