在 2025-6-20 16:46, Kirill Makurin 写道:
Running `grep _f*stat` on list of symbols I get from `dumpbin -exports msvcrt.dll` (Windows 11) I get the following:``` _fstat _fstat64 _fstati64 _stat _stat64 _stati64 ``` It seems there is also no real _[f]stati32 and _[f]stat64i32 symbols. Are they taken care of? - Kirill Makurin
32-bit MSVCRT does not support 64-bit `time_t`; the support was added in Visual Studio 2005 i.e. MSVCR80. 64-bit MSVCR* and UCRT do not support 32-bit `time_t`. -- Best regards, LIU Hao
OpenPGP_signature.asc
Description: OpenPGP digital signature
_______________________________________________ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public