mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 14:07:00 -06:00
15.05
This commit is contained in:
committed by
Kornel Lesiński
parent
0713a3ab80
commit
54490d51d5
@@ -34,6 +34,11 @@ namespace NBootEntryId
|
||||
const Byte kValidationEntry = 1;
|
||||
const Byte kInitialEntryNotBootable = 0;
|
||||
const Byte kInitialEntryBootable = 0x88;
|
||||
|
||||
const Byte kMoreHeaders = 0x90;
|
||||
const Byte kFinalHeader = 0x91;
|
||||
|
||||
const Byte kExtensionIndicator = 0x44;
|
||||
}
|
||||
|
||||
namespace NBootPlatformId
|
||||
@@ -54,9 +59,6 @@ namespace NBootMediaType
|
||||
const Byte kHardDisk = 4;
|
||||
}
|
||||
|
||||
const unsigned kNumBootMediaTypes = 5;
|
||||
extern const char *kMediaTypes[];
|
||||
|
||||
}}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user