mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-16 08:04:55 -04:00
Version 0.17.7
- corrected possible bug with extended volume header handling in growVolume routine
This commit is contained in:
parent
a9d03436a4
commit
706b0088e3
4 changed files with 15 additions and 9 deletions
|
@ -82,6 +82,7 @@ typedef uint16_t CHAR16;
|
|||
#define ERR_GENERIC_CALL_NOT_SUPPORTED 32
|
||||
#define ERR_VOLUME_BASE_NOT_FOUND 33
|
||||
#define ERR_PEI_CORE_ENTRY_POINT_NOT_FOUND 34
|
||||
#define ERR_COMPLEX_BLOCK_MAP 35
|
||||
#define ERR_NOT_IMPLEMENTED 0xFF
|
||||
|
||||
// Compression algorithms
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue