Re: [Mingw-w64-public] IExtractIcon missing functions

2021-01-07 Thread Biswapriyo Nath
So, I came up with this bizarre idea. I copy only the IExtractIcon{A, W} interfaces from Wine's shlobjidl.idl file and create a dummy shobj.idl file in mingw-w64. Then I generate the header file and replace the generated interface to our shlobj.h file manually **without deleting other things**. Now

Re: [Mingw-w64-public] [PATCH] headers: Use Windows 10 as default _WIN32_WINNT value.

2021-01-07 Thread Jacek Caban
Hi Martin, Sorry for the delay. On 04.01.2021 21:16, Martin Storsjö wrote: Hi, On Mon, 4 Jan 2021, Jacek Caban wrote: FWIW, I think that the attached patch should do the right thing on VLC (but I don't really have setup to test it). Thanks, looks like that could be enough - I'll try to get

Re: [Mingw-w64-public] IExtractIcon missing functions

2021-01-07 Thread LRN
On 07.01.2021 23:36, Biswapriyo Nath wrote: Do you have any project which requires those APIs declarations? It would be better to have a test project. I wrote a test program[0] for a GLib issue 2096 that uses this functionality. [0]: https://gitlab.gnome.org/GNOME/glib/-/issues/2096#note_99770

Re: [Mingw-w64-public] IExtractIcon missing functions

2021-01-07 Thread Biswapriyo Nath
Do you have any project which requires those APIs declarations? It would be better to have a test project. ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public