mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-31 14:58:26 -04:00
[cmp] update Bled to latest
* This adds ZIP64 support, which is required to extract zip archives that are larger than 4GB. * Closes #2264 * Also fix a MinGW warning in pki.c and improve the UEFI revocation messages.
This commit is contained in:
parent
52a5551749
commit
f233191d54
11 changed files with 546 additions and 237 deletions
|
@ -98,7 +98,7 @@ typedef struct {
|
|||
BYTE Hash[0];
|
||||
} CIFileRuleData;
|
||||
|
||||
typedef enum {
|
||||
enum {
|
||||
CI_DENY = 0,
|
||||
CI_ALLOW,
|
||||
CI_FILE_ATTRIBUTES,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue