1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 03:45:57 +00:00

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