From d0c7a3e05a1bb5c9cffd1a0946e403d3a8e37e63 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 31 Jan 2025 19:05:36 +0100 Subject: Match the changes in OpenNE, (without reusing it) Signed-off-by: Amlal El Mahrouss --- dev/Kernel/src/FS/NeFS.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev/Kernel/src/FS/NeFS.cc') diff --git a/dev/Kernel/src/FS/NeFS.cc b/dev/Kernel/src/FS/NeFS.cc index ecfafab4..2b62710c 100644 --- a/dev/Kernel/src/FS/NeFS.cc +++ b/dev/Kernel/src/FS/NeFS.cc @@ -24,7 +24,7 @@ using namespace Kernel; -#ifdef __ZKA_NO_BUILTIN__ +#ifdef __NE_NO_BUILTIN__ /***********************************************************************************/ /** Define those external symbols, to make the editor shutup @@ -452,7 +452,7 @@ _Output NFS_CATALOG_STRUCT* NeFileSystemParser::CreateCatalog(_Input const Char* /// @return If it was sucessful, see err_global_get(). bool NeFileSystemParser::Format(_Input _Output DriveTrait* drive, _Input const Lba endLba, _Input const Int32 flags, const Char* part_name) { -#ifdef ZKA_EPM_SUPPORT +#ifdef NE_EPM_SUPPORT if (*part_name == 0 || endLba == 0) return false; @@ -609,7 +609,7 @@ bool NeFileSystemParser::Format(_Input _Output DriveTrait* drive, _Input const L drive->fInput(&drive->fPacket); } -#endif // ZKA_EPM_SUPPORT +#endif // NE_EPM_SUPPORT return false; } -- cgit v1.2.3