diff options
| author | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-22 20:44:50 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-22 20:44:50 +0100 |
| commit | ab4eaababec7f870378ed64fbbf51b154b292a7b (patch) | |
| tree | 0c1a7071a5e341ff95c4c52a9b71f4481ab122e3 /Private/Source/NewFS+FileManager.cxx | |
| parent | 77571f02bcd83ca9a158e9ce8592b101039878e1 (diff) | |
Kernel: nightly bump.
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Private/Source/NewFS+FileManager.cxx')
| -rw-r--r-- | Private/Source/NewFS+FileManager.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Private/Source/NewFS+FileManager.cxx b/Private/Source/NewFS+FileManager.cxx index b0ba37c6..d1ea58f6 100644 --- a/Private/Source/NewFS+FileManager.cxx +++ b/Private/Source/NewFS+FileManager.cxx @@ -9,7 +9,7 @@ #include <KernelKit/FileManager.hpp> -#ifdef __USE_NEWFS__ +#ifdef __FSKIT_NEWFS__ /// BUGS: 0 @@ -51,4 +51,4 @@ const char* NewFilesystemHelper::UpDir() { return kFilesystemUpDir; } const char NewFilesystemHelper::Separator() { return kFilesystemSeparator; } } // namespace HCore -#endif // ifdef __USE_NEWFS__ +#endif // ifdef __FSKIT_NEWFS__ |
