diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-07-05 23:50:39 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-07-05 23:59:00 +0200 |
| commit | a671de4f336e7e9d67a7e237e0f94ccd334230ee (patch) | |
| tree | f59964b90c6096369d8c45662fef003af210be7d /Kernel/Sources/FileManager.cxx | |
| parent | c521b6d8defc0ee9f0b35df9da0dfa072978a1f4 (diff) | |
IMP: Replace __FSKIT_NEWFS__ with __FSKIT_USE_NEWFS__.
IMP: Restrict support in FileManager's FileStream class.
IMP: WiP: RLE implementation like in CoreAV.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Kernel/Sources/FileManager.cxx')
| -rw-r--r-- | Kernel/Sources/FileManager.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Kernel/Sources/FileManager.cxx b/Kernel/Sources/FileManager.cxx index 4cd34d1f..fa076a33 100644 --- a/Kernel/Sources/FileManager.cxx +++ b/Kernel/Sources/FileManager.cxx @@ -50,7 +50,7 @@ namespace Kernel return false; } -#ifdef __FSKIT_NEWFS__ +#ifdef __FSKIT_USE_NEWFS__ /// @brief Opens a new file. /// @param path /// @param r @@ -192,5 +192,5 @@ namespace Kernel { return fImpl; } -#endif // __FSKIT_NEWFS__ +#endif // __FSKIT_USE_NEWFS__ } // namespace Kernel |
