mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
mshtml: Return S_OK in QueryContinue.
This commit is contained in:
parent
38e9364b65
commit
6f33fee5af
@ -386,8 +386,10 @@ static ULONG WINAPI ActiveScriptSiteInterruptPoll_Release(IActiveScriptSiteInter
|
||||
static HRESULT WINAPI ActiveScriptSiteInterruptPoll_QueryContinue(IActiveScriptSiteInterruptPoll *iface)
|
||||
{
|
||||
ScriptHost *This = ACTSCPPOLL_THIS(iface);
|
||||
FIXME("(%p)\n", This);
|
||||
return E_NOTIMPL;
|
||||
|
||||
TRACE("(%p)\n", This);
|
||||
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
#undef ACTSCPPOLL_THIS
|
||||
|
Loading…
Reference in New Issue
Block a user