mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
shdocvw: Silence invalid QueryInterface FIXME.
This commit is contained in:
parent
ee1f1bfb3f
commit
3c88a2f060
@ -120,6 +120,9 @@ static HRESULT WINAPI WebBrowser_QueryInterface(IWebBrowser2 *iface, REFIID riid
|
||||
}else if(IsEqualGUID(&IID_IObjectWithSite, riid)) {
|
||||
TRACE("(%p)->(IID_IObjectWithSite %p) returning NULL\n", This, ppv);
|
||||
return E_NOINTERFACE;
|
||||
}else if(IsEqualGUID(&IID_IViewObjectEx, riid)) {
|
||||
TRACE("(%p)->(IID_IViewObjectEx %p) returning NULL\n", This, ppv);
|
||||
return E_NOINTERFACE;
|
||||
}
|
||||
|
||||
if(*ppv) {
|
||||
|
Loading…
Reference in New Issue
Block a user