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