diff options
| author | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-04-07 21:51:07 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-04-07 21:51:07 +0200 |
| commit | f21456cae169f9d911cefe39f1b99615f3c39e5d (patch) | |
| tree | a913189ff3ecdb40e308d5960219af4db326f4fe /Private/NewBoot/Source | |
| parent | 0e1b114840bab254eec9f253095e3aed6d64b048 (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.cxx | 2 |
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__ |
