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

[Mingw-w64-public] [PATCH] headers: Import wmsecure.idl from wine

2021-10-21 Thread Biswapriyo Nath
From a82ed5bd10ced3aba842cf6ab6dd9baf5f70751b Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Thu, 21 Oct 2021 21:04:54 +0530 Subject: [PATCH] headers: Import wmsecure.idl from wine Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/wine-import.sh| 1 + 1 files changed, 1 insertion

[Mingw-w64-public] [PATCH] headers: Add some interfaces in mfidl.idl

2021-10-21 Thread Biswapriyo Nath
From 5109f7273105838fadf3af121bfb964dc0f8e1af Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Thu, 21 Oct 2021 21:03:55 +0530 Subject: [PATCH] headers: Add some interfaces in mfidl.idl Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/mfidl.idl | 36

Re: [Mingw-w64-public] [PATCH] headers: Add missing WINAPI attribute in mfidl.idl

2021-10-21 Thread LIU Hao
在 2021-10-19 20:57, Biswapriyo Nath 写道: From ea40c3fc9c90c498e6ee31597b53d975df2e095c Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Tue, 19 Oct 2021 18:24:39 +0530 Subject: [PATCH] headers: Add missing WINAPI attribute in mfidl.idl This fixes qt6-multimedia build in i686 mingw Signed-of

Re: [Mingw-w64-public] [PATCH] adsiid: add missing GUIDs

2021-10-21 Thread LIU Hao
在 2021-10-20 14:40, Jeremy Drake via Mingw-w64-public 写道: Obtained from program that printed them out, linked to Windows SDK, and then merging the output with the existing file. A few of the GUIDs in ADSIid.h were undefined in ADSIid.Lib: Thanks for the patch. Applied to master and pushed.