msscript.ocx: Fake success in FreezeEvents.

This commit is contained in:
Alistair Leslie-Hughes 2023-07-02 16:30:33 +10:00 committed by Alexandre Julliard
parent b9527e7874
commit 372e39eaa8

View file

@ -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 = {