diff options
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 |
