summaryrefslogtreecommitdiffhomepage
path: root/dev/Kernel/KernelKit/IDylibObject.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-03-10 05:13:55 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-03-10 05:13:55 +0100
commit7855b98f7cbe83d77f1625f7b5017060b97e5b75 (patch)
tree4b77f69c677f76f86d15f1118e9590943b6d818e /dev/Kernel/KernelKit/IDylibObject.h
parentd9101d6a9658ac4ffcd5a4d747e0b95a5cc5cd30 (diff)
IMPL: I/O subsystem improvements and Dyld subsystem improvements.
- Add make_ports for IO.h - Include PCI.h in Express.h - Use this in DMA.inl - Refactor NE_DLL_OBJECT to NE_DYLIB_OBJECT in IDylibObject.h Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Kernel/KernelKit/IDylibObject.h')
-rw-r--r--dev/Kernel/KernelKit/IDylibObject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/Kernel/KernelKit/IDylibObject.h b/dev/Kernel/KernelKit/IDylibObject.h
index 8e7c451a..c872b86f 100644
--- a/dev/Kernel/KernelKit/IDylibObject.h
+++ b/dev/Kernel/KernelKit/IDylibObject.h
@@ -12,7 +12,7 @@
#include <NewKit/Defines.h>
#include <CompilerKit/CompilerKit.h>
-#define NE_DLL_OBJECT : public IDylibObject
+#define NE_DYLIB_OBJECT : public IDylibObject
namespace NeOS
{