Re: [Mingw-w64-public] [PATCH] crt: Add a new separate library libucrt.a, linking to api-ms-win-crt-*.dll instead of ucrtbase.dll

2018-06-27 Thread Jacek Caban
On 06/27/2018 08:33 AM, Martin Storsjö wrote: > This adds def files for all the api-ms-win-crt-* dll files. I've tried to > add all the manual modifications from ucrtbase.def.in into these files, so > that linking to libucrt.a should work pretty much the same as linking to > libucrtbase.a, but endi

Re: [Mingw-w64-public] [PATCH] _mingw.h.in: Improve clang support.

2018-06-27 Thread Martin Storsjö
On Wed, 27 Jun 2018, Jacek Caban wrote: Hello, On 27/06/2018 07:52, Martin Storsjö wrote: I did a test build with this patch, and it failed at building winpthreads, with the following error: Yeah, I can reproduce problems. Sorry for not catching it earlier, initial testing looked promisi

Re: [Mingw-w64-public] [PATCH] _mingw.h.in: Improve clang support.

2018-06-27 Thread Jacek Caban
Hello, On 27/06/2018 07:52, Martin Storsjö wrote: I did a test build with this patch, and it failed at building winpthreads, with the following error: Yeah, I can reproduce problems. Sorry for not catching it earlier, initial testing looked promising. And just to make it clear - this is