11 Aug
2023
11 Aug
'23
12:45 p.m.
Jacek Caban (@jacek) commented about dlls/mshtml/htmlwindow.c:
HTMLWindow2_get_external };
+static const IHTMLWindow2Vtbl outer_window_HTMLWindow2Vtbl = { + HTMLWindow2_QueryInterface, + outer_window_AddRef, + outer_window_Release,
Please move vtbl split to a separated patch. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3542#note_42014