On Tue, 3 Oct 2023, Mark Harmstone wrote:
Signed-off-by: Mark Harmstone <[email protected]>--- mingw-w64-crt/Makefile.am | 1 + mingw-w64-crt/lib-common/mincore.mri | 1 + 2 files changed, 2 insertions(+) diff --git a/mingw-w64-crt/Makefile.am b/mingw-w64-crt/Makefile.am index f26985409..daca70908 100644 --- a/mingw-w64-crt/Makefile.am +++ b/mingw-w64-crt/Makefile.am @@ -2066,6 +2066,7 @@ endif %/libapi-ms-win-core-firmware-l1-1-0.a \ %/libapi-ms-win-core-handle-l1-1-0.a \ %/libapi-ms-win-core-heap-l1-1-0.a \ + %/libapi-ms-win-core-heap-l2-1-0.a \ %/libapi-ms-win-core-interlocked-l1-1-0.a \ %/libapi-ms-win-core-interlocked-l1-2-0.a \ %/libapi-ms-win-core-io-l1-1-0.a \
What version have you based these patches on? In git master, there's a libapi-ms-win-core-heap-l1-2-0.a here below libapi-ms-win-core-heap-l1-1-0.a.
(I'm trying to merge the patches into a branch locally, for easier being able to review them, making sure I don't miss any.)
// Martin _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
