Re: [Mingw-w64-public] Adding libntquery.a import library

2021-10-21 Thread Martin Storsjö
On Thu, 21 Oct 2021, Jeremy Drake via Mingw-w64-public wrote: More investigation reveals there is already a query.def in lib64 and libarm32, but that contains many more imports than what query.dll has on my (windows 10 21H1) system, and results in libquery.a rather than libntquery.a like Windows

Re: [Mingw-w64-public] Adding libntquery.a import library

2021-10-21 Thread Jeremy Drake via Mingw-w64-public
On Thu, 21 Oct 2021, Jeremy Drake via Mingw-w64-public wrote: > I am helping on a pull request to get pywin32 added to msys2's > MINGW-packages, and I am trying to get the things it uses added to > mingw-w64 that are not already present. > > One of those things is `-lntquery`, an import library fo

[Mingw-w64-public] Adding libntquery.a import library

2021-10-21 Thread Jeremy Drake via Mingw-w64-public
I am helping on a pull request to get pywin32 added to msys2's MINGW-packages, and I am trying to get the things it uses added to mingw-w64 that are not already present. One of those things is `-lntquery`, an import library for Query.dll. I would appreciate some pointers on how to add it properly