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/KernelKit/MSDOS.hpp | |
| 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/KernelKit/MSDOS.hpp')
| -rw-r--r-- | Private/KernelKit/MSDOS.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/KernelKit/MSDOS.hpp b/Private/KernelKit/MSDOS.hpp index 1fe99a60..8826c2c7 100644 --- a/Private/KernelKit/MSDOS.hpp +++ b/Private/KernelKit/MSDOS.hpp @@ -14,7 +14,7 @@ #ifndef __MSDOS_EXEC__ #define __MSDOS_EXEC__ -#include <KernelKit/PE.hpp> +#include <KernelKit/PE.hxx> #include <NewKit/Defines.hpp> // Last Rev |
