On 2/19/26 11:37, Kirill Makurin wrote:
If anyone compiles code which uses 32-bit versions such as `_time32`, such 
image will fail to load with old versions of msvcrt.dll because they do not 
export them.


Sure, but that is to be expected with older OS versions. They typically provide fewer functions than newer versions, and if you want your application to run on them, you need to avoid using APIs that are not available there. Adding a few random wrappers to mingw-w64 will not change that.


Jacek



_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to