Re: [Mingw-w64-public] [PATCH 1/2] headers: add delayloadhandler.h

2022-04-08 Thread Martin Storsjö
On Fri, 8 Apr 2022, Jeremy Drake wrote: On Fri, 8 Apr 2022, Martin Storsjö wrote: This header doesn't include any other header, defining the types that it assumes to be available. Would it make sense to add an include of the headers that provide the essentials, or is it a case where it's known

Re: [Mingw-w64-public] Parallel compiling (sometimes) fails

2022-04-08 Thread Martin Storsjö
On Mon, 4 Apr 2022, Christer Solskogen wrote: On 04.04.2022 15:37, Martin Storsjö wrote: On Mon, 4 Apr 2022, Christer Solskogen wrote: I'm cross compiling mingw-w64-crt on Linux and sometimes compiling mingw-w64 (v10) fails when using a high(ish) number to make -j. -j8 sometimes fails, -j4 s

Re: [Mingw-w64-public] [PATCH 1/2] headers: add delayloadhandler.h

2022-04-08 Thread Jeremy Drake via Mingw-w64-public
On Fri, 8 Apr 2022, Martin Storsjö wrote: > This header doesn't include any other header, defining the types that it > assumes to be available. Would it make sense to add an include of the headers > that provide the essentials, or is it a case where it's known to strictly > require including windo