mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-27 13:34:33 -04:00
Implement gzip unpacking, fixes #149
This commit is contained in:
parent
aa0ab13411
commit
4dcd6b26a3
34 changed files with 13602 additions and 61 deletions
|
@ -118,6 +118,7 @@ typedef ptrdiff_t INTN;
|
|||
#define COMPRESSION_ALGORITHM_UNDECIDED 4
|
||||
#define COMPRESSION_ALGORITHM_LZMA 5
|
||||
#define COMPRESSION_ALGORITHM_IMLZMA 6
|
||||
#define COMPRESSION_ALGORITHM_GZIP 7
|
||||
|
||||
// Item create modes
|
||||
#define CREATE_MODE_APPEND 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue