X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/8c18f91ac1b818e749c839218c361c3986e79c46..c7dcaa57342a3c5b556d8572dfdba720bb15eba3:/Plugson/src/Core/ventoy_util_windows.c diff --git a/Plugson/src/Core/ventoy_util_windows.c b/Plugson/src/Core/ventoy_util_windows.c index 1d8d97f..6610894 100644 --- a/Plugson/src/Core/ventoy_util_windows.c +++ b/Plugson/src/Core/ventoy_util_windows.c @@ -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; }