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/KernelKit/IDylibObject.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/Kernel/KernelKit/IDylibObject.h') diff --git a/dev/Kernel/KernelKit/IDylibObject.h b/dev/Kernel/KernelKit/IDylibObject.h index a7602be6..d3be6432 100644 --- a/dev/Kernel/KernelKit/IDylibObject.h +++ b/dev/Kernel/KernelKit/IDylibObject.h @@ -12,7 +12,7 @@ #include #include -#define ZKA_DLL_OBJECT : public IDylibObject +#define NE_DLL_OBJECT : public IDylibObject namespace Kernel { @@ -34,7 +34,7 @@ namespace Kernel } }; - ZKA_COPY_DEFAULT(IDylibObject); + NE_COPY_DEFAULT(IDylibObject); virtual DLL_TRAITS** GetAddressOf() = 0; virtual DLL_TRAITS* Get() = 0; -- cgit v1.2.3