14 Aug
2023
14 Aug
'23
9:31 a.m.
Jacek Caban (@jacek) commented about dlls/mshtml/htmlwindow.c:
return ref; }
+static ULONG WINAPI HTMLWindow2_Release(IHTMLWindow2 *iface) +{ + HTMLWindow *This = impl_from_IHTMLWindow2(iface);
With split vtbls, this could be `HTMLInnerWindow`. It's similar in other functions. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3542#note_42153