29 Nov
2024
29 Nov
'24
5 p.m.
Jacek Caban (@jacek) commented about dlls/mshtml/mshtml_private.h:
/* Used by objects that want to delay their compat mode initialization until actually needed */ HTMLInnerWindow *(*get_script_global)(DispatchEx*); + dispex_static_data_t *(*get_dispex_data)(DispatchEx*);
Could we just extend `get_script_global` instead? Other than document objects, it's used only for windows anyways. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6927#note_89248