20 Nov
2024
20 Nov
'24
12:20 p.m.
Piotr Caban (@piotr) commented about dlls/msvcp90/ios.c:
/* ?_Fiopen(a)std@@YAPAU_iobuf@@PBDHH(a)Z */ /* ?_Fiopen(a)std@@YAPEAU_iobuf@@PEBDHH(a)Z */ +#if _MSVCP_VER >= 140
Is there any reason to make this change version specific? I would expect that `_Fiopen` should use `_fsopen` in all versions of msvcp. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6680#note_88142