31 Mar
2023
31 Mar
'23
4:50 a.m.
Needed for mingw Firefox build. It looks like CoreDispatcher was added as a forward declaration for `ICompositionObject`: https://searchfox.org/mozilla-central/source/taskcluster/scripts/misc/mingw-... However, just having `interface ICoreDispatcher;` alone does not generate the IUnknown methods. I don't know if commenting out the functions is acceptable. -- v2: include: Add windows.ui.core.idl file. https://gitlab.winehq.org/wine/wine/-/merge_requests/2537