Re: [Mingw-w64-public] [PATCH 2/2] crt: Add missing API sets to windowsapp.lib

2023-09-29 Thread Steve Lhomme
On 2023-09-29 10:33, Martin Storsjö wrote: On Fri, 29 Sep 2023, Steve Lhomme wrote: For the record, I some scripts to generate/update the files. Mostly using the "dumpbin /linkmember" results to generate them and check the changes depending on the Windows SDK version for each official Windows

Re: [Mingw-w64-public] [PATCH 2/2] crt: Add missing API sets to windowsapp.lib

2023-09-29 Thread Martin Storsjö
On Wed, 27 Sep 2023, Martin Storsjö wrote: On Mon, 25 Sep 2023, Mark Harmstone wrote: Some of these were added by the previous patch, and some are new. Signed-off-by: Mark Harmstone --- diff --git a/mingw-w64-crt/Makefile.am b/mingw-w64-crt/Makefile.am index 7f137b4f0..1b2caeab5 100644 --

Re: [Mingw-w64-public] [PATCH 2/2] crt: Add missing API sets to windowsapp.lib

2023-09-29 Thread Martin Storsjö
On Fri, 29 Sep 2023, Steve Lhomme wrote: For the record, I some scripts to generate/update the files. Mostly using the "dumpbin /linkmember" results to generate them and check the changes depending on the Windows SDK version for each official Windows 10/11 builds. Yeah, I think I've got a sc

Re: [Mingw-w64-public] [PATCH 2/2] crt: Add missing API sets to windowsapp.lib

2023-09-28 Thread Steve Lhomme
For the record, I some scripts to generate/update the files. Mostly using the "dumpbin /linkmember" results to generate them and check the changes depending on the Windows SDK version for each official Windows 10/11 builds. The code is in a private repository as I'm not sure this is public in

Re: [Mingw-w64-public] [PATCH 2/2] crt: Add missing API sets to windowsapp.lib

2023-09-27 Thread Martin Storsjö
On Mon, 25 Sep 2023, Mark Harmstone wrote: Some of these were added by the previous patch, and some are new. Signed-off-by: Mark Harmstone --- diff --git a/mingw-w64-crt/Makefile.am b/mingw-w64-crt/Makefile.am index 7f137b4f0..1b2caeab5 100644 --- a/mingw-w64-crt/Makefile.am +++ b/mingw-w64

[Mingw-w64-public] [PATCH 2/2] crt: Add missing API sets to windowsapp.lib

2023-09-24 Thread Mark Harmstone
Some of these were added by the previous patch, and some are new. Signed-off-by: Mark Harmstone --- mingw-w64-crt/Makefile.am | 49 +++ .../api-ms-win-appmodel-runtime-l1-1-2.def| 12 + .../api-ms-win-appmodel-runtime-l1-1-3.def| 9 .../api-m