[Bug 36225] Avant Browser 2012 Build 28 wants IHTMLWindow2::get_opener

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Aug 3 07:49:52 CDT 2018


https://bugs.winehq.org/show_bug.cgi?id=36225

--- Comment #2 from Anastasius Focht <focht at gmx.net> ---
Hello folks,

revisiting, still present.

https://source.winehq.org/git/wine.git/blob/HEAD:/dlls/ieframe/iehtmlwnd.c#l234

--- 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.



More information about the wine-bugs mailing list