Re: [Mingw-w64-public] [PATCH] headers: Hide _IO* flags in UCRT mode.

2021-04-08 Thread Martin Storsjö
On Thu, 8 Apr 2021, Jeremy Drake via Mingw-w64-public wrote: Not only does gnulib key off of the definition of _IOERR to know whether to use its UCRT definitions, but the constants are different between MSVCRT and the (internal) constants in UCRT source. It turns out that the constants _IOFBF _

[Mingw-w64-public] [PATCH] headers: Hide _IO* flags in UCRT mode.

2021-04-08 Thread Jeremy Drake via Mingw-w64-public
Not only does gnulib key off of the definition of _IOERR to know whether to use its UCRT definitions, but the constants are different between MSVCRT and the (internal) constants in UCRT source. It turns out that the constants _IOFBF _IOLBF and _IONBF are still present in the UCRT headers (they are