Re: [Mingw-w64-public] [PATCH 1/2] crt: Use __acrt_iob_func for accessing __iob in all msvcrt versions

2017-11-09 Thread Martin Storsjö
On Thu, 9 Nov 2017, Jacek Caban wrote: Hi Martin, On 09.11.2017 16:00, Martin Storsjö wrote: This makes sure that all code in libmingwex that refers to stderr etc will work correctly even if linked to ucrtbase. Signed-off-by: Martin Storsjö --- mingw-w64-crt/Makefile.am

Re: [Mingw-w64-public] [PATCH 1/2] crt: Use __acrt_iob_func for accessing __iob in all msvcrt versions

2017-11-09 Thread Jacek Caban
Hi Martin, On 09.11.2017 16:00, Martin Storsjö wrote: > This makes sure that all code in libmingwex that refers to stderr > etc will work correctly even if linked to ucrtbase. > > Signed-off-by: Martin Storsjö > --- > mingw-w64-crt/Makefile.am | 121 >