mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
wmvcore: Fix a typo.
This commit is contained in:
parent
867615419e
commit
2b5babc399
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ HRESULT WINAPI WMCreateEditor(IWMMetadataEditor **editor)
|
|||
return E_NOTIMPL;
|
||||
}
|
||||
|
||||
HRESULT WINAPI WMCreateReader(IUnknown *reserved, DWORD rights, IWMSyncReader **reader)
|
||||
HRESULT WINAPI WMCreateReader(IUnknown *reserved, DWORD rights, IWMReader **reader)
|
||||
{
|
||||
FIXME("(%p, %x, %p): stub\n", reserved, rights, reader);
|
||||
|
||||
|
|
Loading…
Reference in a new issue