fix win 11 error 0x80070001

This commit is contained in:
Islam Darwish 2025-02-09 17:37:12 +02:00 committed by GitHub
parent ff7ee9c10e
commit d0cc5e3f22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -244,7 +244,7 @@ int DumpGptInfo(VTOY_GPT_INFO *pGptInfo)
return 0;
}
#define VENTOY_EFI_PART_ATTR 0xC000000000000001ULL
#define VENTOY_EFI_PART_ATTR 0x9000000000000000ULL
int main(int argc, const char **argv)
{