On Thu, 21 Oct 2021, Jeremy Drake via Mingw-w64-public wrote:

There was a version already present as libquery.a for a couple of
arches, but the Windows SDK provides identical libquery.a and
libntquery.a, and the DLL on Windows 10 20H2 and 21H1 has much
fewer exports than the pre-existing def file.

This requires automake to be run to regenerate Makefile.in (this was patch
2/2 in the series, but I'm not including it as it seems the committer
usually does that).

I'm not happy about the size of the patch, but git format-patch -D didn't
generate a patch that would actually apply.

---
mingw-w64-crt/lib-common/ntquery.def.in |    1 +
mingw-w64-crt/lib-common/query.def      |   17 +
mingw-w64-crt/lib32/Makefile.am         |    2 +
mingw-w64-crt/lib32/ntquery.def.in      |    1 +
mingw-w64-crt/lib32/query.def           |   17 +
mingw-w64-crt/lib64/Makefile.am         |    1 +
mingw-w64-crt/lib64/query.def           | 1447 -----------------------
mingw-w64-crt/libarm32/Makefile.am      |    1 +
mingw-w64-crt/libarm32/query.def        |   51 -
mingw-w64-crt/libarm64/Makefile.am      |    2 +
10 files changed, 42 insertions(+), 1498 deletions(-)
create mode 100644 mingw-w64-crt/lib-common/ntquery.def.in
create mode 100644 mingw-w64-crt/lib-common/query.def
create mode 100644 mingw-w64-crt/lib32/ntquery.def.in
create mode 100644 mingw-w64-crt/lib32/query.def
delete mode 100644 mingw-w64-crt/lib64/query.def
delete mode 100644 mingw-w64-crt/libarm32/query.def

Pushed, thanks!

// Martin



_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to