On Fri Oct 25 08:48:16 2024 +0000, Jacek Caban wrote:
This is not right on mingw targets, where `long double` is 80 bit, while `ucrtbase.dll` treats it as 64 bit. We could skip that workaround in MSVC mode, if that helps.
Could we define something like `__msvcrt_long_double` instead?