diff options
Diffstat (limited to 'Private/Source/NewFS-IO.cxx')
| -rw-r--r-- | Private/Source/NewFS-IO.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Private/Source/NewFS-IO.cxx b/Private/Source/NewFS-IO.cxx index 2c044def..e90ed1a4 100644 --- a/Private/Source/NewFS-IO.cxx +++ b/Private/Source/NewFS-IO.cxx @@ -7,10 +7,13 @@ * ======================================================== */ -#include <FSKit/NewFS.hxx> #include <KernelKit/DriveManager.hpp> #include <KernelKit/FileManager.hpp> -/// @brief this implements NewFS with Device Abstraction in mind. +#ifdef __USE_NEWFS__ + +/// @brief This implements NewFS with Device Abstraction in mind. /// bugs 0 + +#endif // ifdef __USE_NEWFS__ |
