mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-23 03:27:10 -04:00
Partially port UEFIPatch without backing engine ::patch support
This commit is contained in:
parent
d61d789569
commit
3699a7cebc
8 changed files with 467 additions and 0 deletions
|
@ -71,6 +71,9 @@ typedef size_t USTATUS;
|
|||
#define U_INVALID_STORE_SIZE 49
|
||||
#define U_UNKNOWN_COMPRESSION_ALGORITHM 50
|
||||
#define U_NOTHING_TO_PATCH 51
|
||||
#define U_UNKNOWN_PATCH_TYPE 52
|
||||
#define U_PATCH_OFFSET_OUT_OF_BOUNDS 53
|
||||
#define U_INVALID_SYMBOL 54
|
||||
#define U_NOT_IMPLEMENTED 0xFF
|
||||
|
||||
// UDK porting definitions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue