Commit 372e39ea authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

msscript.ocx: Fake success in FreezeEvents.

parent b9527e78
......@@ -3480,7 +3480,7 @@ static HRESULT WINAPI OleControl_FreezeEvents(IOleControl *iface, BOOL freeze)
FIXME("(%p)->(%d)\n", This, freeze);
return E_NOTIMPL;
return S_OK;
}
static const IOleControlVtbl OleControlVtbl = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment