diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-10 05:13:55 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-10 05:13:55 +0100 |
| commit | 7855b98f7cbe83d77f1625f7b5017060b97e5b75 (patch) | |
| tree | 4b77f69c677f76f86d15f1118e9590943b6d818e /dev/Kernel/KernelKit/IPEFDylibObject.h | |
| parent | d9101d6a9658ac4ffcd5a4d747e0b95a5cc5cd30 (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/IPEFDylibObject.h')
| -rw-r--r-- | dev/Kernel/KernelKit/IPEFDylibObject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/Kernel/KernelKit/IPEFDylibObject.h b/dev/Kernel/KernelKit/IPEFDylibObject.h index 67f36985..20f87410 100644 --- a/dev/Kernel/KernelKit/IPEFDylibObject.h +++ b/dev/Kernel/KernelKit/IPEFDylibObject.h @@ -22,7 +22,7 @@ namespace NeOS * @brief Shared Library class * Load library from this class */ - class IPEFDylibObject final NE_DLL_OBJECT + class IPEFDylibObject final NE_DYLIB_OBJECT { public: explicit IPEFDylibObject() = default; |
