]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - vtoygpt/vtoygpt.c
Fix Windows 11 error 0x80070001. (#3010 #3029 #3105)
[Ventoy.git] / vtoygpt / vtoygpt.c
index f9c953a2af968906210d75de9d73af7e95abd736..cfd99fd59888a2e5216d2d0497b203de0b775659 100644 (file)
@@ -244,7 +244,7 @@ int DumpGptInfo(VTOY_GPT_INFO *pGptInfo)
     return 0;
 }
 
-#define VENTOY_EFI_PART_ATTR   0x8000000000000001ULL
+#define VENTOY_EFI_PART_ATTR   0x8000000000000000ULL
 
 int main(int argc, const char **argv)
 {