在 2021-04-08 09:59, Jeremy Drake via Mingw-w64-public 写道:
I've found a regression caused by this. Apparently gnulib knows about the _flag field: https://git.savannah.gnu.org/cgit/gnulib.git/tree/lib/fseterr.c#n45
I don't think it is a regression, because there is `MSVC` in the comment on that line, and if MSVC was used to compile that file (with UCRT), the same error will occur. It's probably better to add `#elif defined _UCRT` above that line, and define a private `struct __crt_stdio_stream_data` there.
-- Best regards, Liu Hao
OpenPGP_signature
Description: OpenPGP digital signature
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
