Re: [Mingw-w64-public] [PATCH 1/2] headers: Add wia.idl

2023-06-20 Thread Biswapriyo Nath
Is it possible to provide any hit why the widl crashed? Or is there any way to troubleshoot the issue? ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] [PATCH 1/2] headers: Add wia.idl

2023-06-20 Thread Jacek Caban via Mingw-w64-public
On 6/20/23 19:39, Biswapriyo Nath wrote: Is it possible to add the file in mingw-w64? It has been a week and I get no response in wine merge request. It crashes widl during the build, so it's pretty obvious why it's not merged. Jacek ___ Mingw

Re: [Mingw-w64-public] [PATCH 1/2] headers: Add wia.idl

2023-06-20 Thread Biswapriyo Nath
Is it possible to add the file in mingw-w64? It has been a week and I get no response in wine merge request. ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

[Mingw-w64-public] Add RegisterTypeLibForUser() to oleauto.h

2023-06-20 Thread Karl-Johan Johnsson
Here's a patch to add prototypes for RegisterTypeLibForUser() and UnRegisterTypeLibForUser() to oleauto.h. /Kalle --- mingw-w64-headers/include/oleauto.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mingw-w64-headers/include/oleauto.h b/mingw-w64-headers/include/oleauto.h index 62aa454

Re: [Mingw-w64-public] Missing XAML-related COM definitions: IVisualTreeServiceCallback2, IXamlDiagnostics

2023-06-20 Thread Paul Jackson
Ping, in case you missed my previous message. Have you had the chance to look at it? Thanks. On Sat, May 6, 2023, 14:03 Paul Jackson wrote: > Yes, here's an example project which takes parts of ExplorerTAP and makes > some changes to make it compile with Clang/MinGW: > > https://github.com/justa