dmusic: Return S_FALSE for the unimplemented IPersistStream_IsDirty().

This commit is contained in:
Michael Stefaniuc 2014-05-26 23:06:00 +02:00 committed by Alexandre Julliard
parent fbdf618251
commit 5d7e93dc54
1 changed files with 1 additions and 1 deletions

View File

@ -499,7 +499,7 @@ static HRESULT WINAPI IDirectMusicCollectionImpl_IPersistStream_GetClassID(LPPER
static HRESULT WINAPI IDirectMusicCollectionImpl_IPersistStream_IsDirty(LPPERSISTSTREAM iface)
{
return E_NOTIMPL;
return S_FALSE;
}
static HRESULT WINAPI IDirectMusicCollectionImpl_IPersistStream_Load(LPPERSISTSTREAM iface, IStream* stream)