8 Jul
2025
8 Jul
'25
4:30 p.m.
Nikolay Sivov (@nsivov) commented about dlls/hhctrl.ocx/help.c:
- const WCHAR *index; + WebBrowserEvents2Impl *impl = (WebBrowserEvents2Impl *)iface; + DoSyncContent((HHInfo *)impl->info); + } + return S_OK; +}
- index = wcsstr(url, L"::/"); +static IDispatchVtbl WebBrowserEvents2Vtbl = +{ + WebBrowserEvents2_QueryInterface, + Dispatch_AddRef, + Dispatch_Release, + NULL, + NULL, + NULL, This needs to be filled out with stubs, even if you think it's not used.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/8526#note_109139