18 Oct
2024
18 Oct
'24
5:07 p.m.
Piotr Caban (@piotr) commented about dlls/msvcp90/ios.c:
TRACE("(%s %d %d)\n", name, mode, prot);
-#if _MSVCP_VER >= 80 && _MSVCP_VER <= 90 +#if (_MSVCP_VER >= 80 && _MSVCP_VER <= 90) || _MSVCP_VER >= 140
Following test fails on Windows but succeeds in Wine: { "pl_PL", L"t\x0119\x015b\x0107.txt", "t\xea\x9c\xe6.txt" }, -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6680#note_85476