Piotr Caban (@piotr) commented about dlls/msvcp90/ios.c:
/* ?_Fiopen@std@@YAPAU_iobuf@@PBDHH@Z */ /* ?_Fiopen@std@@YAPEAU_iobuf@@PEBDHH@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.