summaryrefslogtreecommitdiffhomepage
path: root/Private/NewBoot/BootKit
diff options
context:
space:
mode:
Diffstat (limited to 'Private/NewBoot/BootKit')
-rw-r--r--Private/NewBoot/BootKit/BootKit.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/Private/NewBoot/BootKit/BootKit.hxx b/Private/NewBoot/BootKit/BootKit.hxx
index bbe2332e..50b14928 100644
--- a/Private/NewBoot/BootKit/BootKit.hxx
+++ b/Private/NewBoot/BootKit/BootKit.hxx
@@ -20,8 +20,8 @@
using namespace HCore;
-typedef VoidPtr PEFImagePtr;
-typedef VoidPtr PEImagePtr;
+typedef Char *PEFImagePtr;
+typedef Char *PEImagePtr;
enum {
kSegmentCode = 2,
@@ -84,6 +84,7 @@ class BFileReader final {
private:
Int32 mErrorCode{kOperationOkay};
CharacterType mPath[kPathLen];
+ VoidPtr mHandle{nullptr};
};
/***********************************************************************************/