msscript: Claim success in InitNew().

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Nikolay Sivov 2016-06-09 20:40:13 +03:00 committed by Alexandre Julliard
parent 5c39053791
commit 75e3fe6259
1 changed files with 1 additions and 1 deletions

View File

@ -762,7 +762,7 @@ static HRESULT WINAPI PersistStreamInit_InitNew(IPersistStreamInit *iface)
FIXME("(%p)\n", This);
return E_NOTIMPL;
return S_OK;
}
static const IPersistStreamInitVtbl PersistStreamInitVtbl = {