On Thu, 8 Apr 2021, Jeremy Drake via Mingw-w64-public wrote: > It looks like gnulib would Do The Right Thing if _IOERR were not defined > for UCRT. Could you do that?
In fact, it looks as though the definitions of those constants are not the same between msvcrt and ucrt. UCRT _IOERROR is 0x10, while the existing _IOERR define is 0x20 _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
