summaryrefslogtreecommitdiffhomepage
path: root/src/kernel/KernelKit/PE32CodeMgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/KernelKit/PE32CodeMgr.h')
-rw-r--r--src/kernel/KernelKit/PE32CodeMgr.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/kernel/KernelKit/PE32CodeMgr.h b/src/kernel/KernelKit/PE32CodeMgr.h
index 3e359a7c..d5af331c 100644
--- a/src/kernel/KernelKit/PE32CodeMgr.h
+++ b/src/kernel/KernelKit/PE32CodeMgr.h
@@ -11,7 +11,8 @@
======================================== */
-#pragma once
+#ifndef KERNELKIT_PE32CODEMGR_H
+#define KERNELKIT_PE32CODEMGR_H
////////////////////////////////////////////////////
@@ -85,4 +86,6 @@ using PE_SECTION_INFO = LDR_SECTION_HEADER;
ProcessID rtl_create_user_process(PE32Loader& exec,
const UserProcess::ExecutableKind& process_kind);
-} // namespace Kernel \ No newline at end of file
+} // namespace Kernel
+
+#endif