3 Aug
2018
3 Aug
'18
12:49 p.m.
https://bugs.winehq.org/show_bug.cgi?id=36225 --- Comment #2 from Anastasius Focht <focht(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.