Commit 054f95e6 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

wmvcore: Return success from OpenStream().

parent 8c69a770
......@@ -2222,7 +2222,7 @@ static HRESULT WINAPI WMSyncReader_OpenStream(IWMSyncReader *iface, IStream *str
{
WMSyncReader *This = impl_from_IWMSyncReader(iface);
FIXME("(%p)->(%p): stub!\n", This, stream);
return E_NOTIMPL;
return S_OK;
}
static HRESULT WINAPI WMSyncReader_SetOutputProps(IWMSyncReader *iface, DWORD output_num, IWMOutputMediaProps *output)
......
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