3 Dec
2024
3 Dec
'24
6:19 p.m.
Jacek Caban (@jacek) commented about dlls/mshtml/dispex.c:
return S_OK; }
+dispex_static_data_t *dispex_get_static_data_desc(DispatchEx *dispex) +{ + return dispex->info->desc; +}
It seems to me that it should be possible to implement functions inside `CSSStyle` instead of checking types like that. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6952#note_89594