12 Jun
2025
12 Jun
'25
11:21 a.m.
Piotr Caban (@piotr) commented about dlls/msvcrt/file.c:
int j;
_flushall(); + + /* Make sure stdio is still usable during shutdown. */ + if (RtlDllShutdownInProgress())
Instead of calling `RtlDllShutdownInProgress` function please call `msvcrt_free_io` with additional parameter (`msvcrt_free_io(lpvReserved != NULL)`). -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8288#note_106322