https://bugs.winehq.org/show_bug.cgi?id=36225
--- Comment #2 from Anastasius Focht focht@gmx.net --- Hello folks,
revisiting, still present.
https://source.winehq.org/git/wine.git/blob/HEAD:/dlls/ieframe/iehtmlwnd.c#l...
--- snip --- 234 static HRESULT WINAPI IEHTMLWindow2_get_opener(IHTMLWindow2 *iface, VARIANT *p) 235 { 236 IEHTMLWindow *This = impl_from_IHTMLWindow2(iface); 237 FIXME("(%p)->(%p)\n", This, p); 238 return E_NOTIMPL; 239 } --- snip ---
$ wine --version wine-3.13
Regards