mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-12-14 15:56:18 +00:00
Merge pull request #1 from Islam-Darwish/patch-6
fix win 11 error 0x80070001
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#ifndef __VTOYCLI_H__
|
||||
#define __VTOYCLI_H__
|
||||
|
||||
#define VENTOY_EFI_PART_ATTR 0xC000000000000001ULL
|
||||
#define VENTOY_EFI_PART_ATTR 0x9000000000000000ULL
|
||||
|
||||
#define SIZE_1MB (1024 * 1024)
|
||||
#define VENTOY_EFI_PART_SIZE (32 * SIZE_1MB)
|
||||
|
||||
Reference in New Issue
Block a user