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] [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

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

2022-04-07 Thread Martin Storsjö
On Thu, 7 Apr 2022, Jeremy Drake via Mingw-w64-public wrote: Signed-off-by: Jeremy Drake --- mingw-w64-headers/include/delayloadhandler.h | 46 1 file changed, 46 insertions(+) create mode 100644 mingw-w64-headers/include/delayloadhandler.h diff --git a/mingw-w64-headers/i

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

2022-04-07 Thread Jeremy Drake via Mingw-w64-public
Signed-off-by: Jeremy Drake --- mingw-w64-headers/include/delayloadhandler.h | 46 1 file changed, 46 insertions(+) create mode 100644 mingw-w64-headers/include/delayloadhandler.h diff --git a/mingw-w64-headers/include/delayloadhandler.h b/mingw-w64-headers/include/delayl