mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-23 03:06:56 -04:00
parent
45acbeba2c
commit
841b79f45d
2 changed files with 6 additions and 6 deletions
|
@ -586,7 +586,7 @@ static BOOL FormatNative(DWORD DriveIndex, uint64_t PartitionOffset, DWORD Clust
|
|||
|
||||
// LoadLibrary("fmifs.dll") appears to changes the locale, which can lead to
|
||||
// problems with tolower(). Make sure we restore the locale. For more details,
|
||||
// see http://comments.gmane.org/gmane.comp.gnu.mingw.user/39300
|
||||
// see https://sourceforge.net/p/mingw/mailman/message/29269040/
|
||||
locale = setlocale(LC_ALL, NULL);
|
||||
PF_INIT_OR_OUT(FormatEx, fmifs);
|
||||
PF_INIT(EnableVolumeCompression, fmifs);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue