summaryrefslogtreecommitdiffhomepage
path: root/Private/NewBoot/Source
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-04-07 21:51:07 +0200
committerAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-04-07 21:51:07 +0200
commitf21456cae169f9d911cefe39f1b99615f3c39e5d (patch)
treea913189ff3ecdb40e308d5960219af4db326f4fe /Private/NewBoot/Source
parent0e1b114840bab254eec9f253095e3aed6d64b048 (diff)
Kernel: Add XCOFF header, update PE.hpp to PE.hxx.
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Private/NewBoot/Source')
-rw-r--r--Private/NewBoot/Source/HEL/AMD64/BootMain.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/NewBoot/Source/HEL/AMD64/BootMain.cxx b/Private/NewBoot/Source/HEL/AMD64/BootMain.cxx
index 8b10503a..f9ebcbbc 100644
--- a/Private/NewBoot/Source/HEL/AMD64/BootMain.cxx
+++ b/Private/NewBoot/Source/HEL/AMD64/BootMain.cxx
@@ -6,7 +6,7 @@
#include <BootKit/BootKit.hxx>
#include <KernelKit/MSDOS.hpp>
-#include <KernelKit/PE.hpp>
+#include <KernelKit/PE.hxx>
#include <NewKit/Ref.hpp>
#ifdef __x86_64__