diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-26 10:08:33 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-26 10:08:33 +0100 |
| commit | 9e746d42d2e3faa526f12ba222f5ee6924dd30f9 (patch) | |
| tree | 7f1a83f69562a2725bb9cda27c31d120640d2c1c /src/kernel/KernelKit/IDylibObject.h | |
| parent | 731758b271233b9c11052001ffc20a5a2ca1f365 (diff) | |
feat! breaking API changes, use header guards and libSystem fixes.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/kernel/KernelKit/IDylibObject.h')
| -rw-r--r-- | src/kernel/KernelKit/IDylibObject.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/kernel/KernelKit/IDylibObject.h b/src/kernel/KernelKit/IDylibObject.h index d834b8db..f0cb00c4 100644 --- a/src/kernel/KernelKit/IDylibObject.h +++ b/src/kernel/KernelKit/IDylibObject.h @@ -7,7 +7,8 @@ * ======================================================== */ -#pragma once +#ifndef KERNELKIT_IDYLIBOBJECT_H +#define KERNELKIT_IDYLIBOBJECT_H #include <CompilerKit/CompilerKit.h> #include <NeKit/Config.h> @@ -43,3 +44,5 @@ class IDylibObject { /// @brief Pure implementation, missing method/function handler. EXTERN_C void __ne_pure_call(void); } // namespace Kernel + +#endif |
