]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - Plugson/src/Core/ventoy_util_windows.c
VentoyPlugson: Add Windows duplicate file path check for different upper/lower case.
[Ventoy.git] / Plugson / src / Core / ventoy_util_windows.c
index 1d8d97fc387c2b9189f1dc3291dee09241b6de40..6610894c0b259b63e15c89e7cd65b8a5014a6dbf 100644 (file)
@@ -638,7 +638,8 @@ int CheckRuntimeEnvironment(char Letter, ventoy_disk *disk)
         return 1;
     }
 
-    if (_stricmp(FsName, "NTFS") == 0)
+    /* Fix: enable for all file system on Windows */
+    /* if (_stricmp(FsName, "NTFS") == 0) */
     {
         disk->pathcase = 1;
     }