8 Jul
2025
8 Jul
'25
4:30 p.m.
Nikolay Sivov (@nsivov) commented about dlls/hhctrl.ocx/help.c:
+ Dispatch_Release, + NULL, + NULL, + NULL, + WebBrowserEvents2_Invoke +};
- if (index) - ActivateContentTopic(info->tabs[TAB_CONTENTS].hwnd, index + 3, info->content); /* skip over ::/ */ +static void hook_nav_complete(HHInfo *info, BOOL init) +{ + IConnectionPointContainer *container; + IConnectionPoint *point; + HRESULT hres; + + static DWORD dw = 100; Why 100 and static? Usually this works a key to following Unadvise(), initializing it to something is strange.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/8526#note_109141