在 2023-01-19 22:07, Luca Bacci 写道:
That doesn't happen when compiling with CLang though, I believe because it
uses the UCRT. Anyway, it seems that _set_doserrno() is available also in
MSVCRT



Back in 2017, commit 1035bed24e833ea5eb487c78f4f350ea48f31e8b updated 
msvcrt.def.in and changed

   _set_controlfp
   _set_doserrno
   _set_errno

to

   F_ARM_ANY(_set_controlfp)
   F_ARM_ANY(_set_doserrno)
   F_ARM_ANY(_set_errno)

so libmsvcrt no longer has them.


But really Windows 10 MSVCRT has them; I haven't checked Windows 7 though. Martin, does it make any sense to revert some of these functions?


--
Best regards,
LIU Hao

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

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

Reply via email to