Michael Stefaniuc : dmusic: Return S_FALSE for the unimplemented IPersistStream_IsDirty().

Alexandre Julliard julliard at winehq.org
Wed Jun 11 13:36:21 CDT 2014


Module: wine
Branch: master
Commit: 5d7e93dc54d0b5ad86ad57ad7e8537ad0278d162
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=5d7e93dc54d0b5ad86ad57ad7e8537ad0278d162

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Mon May 26 23:06:00 2014 +0200

dmusic: Return S_FALSE for the unimplemented IPersistStream_IsDirty().

---

 dlls/dmusic/collection.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/dmusic/collection.c b/dlls/dmusic/collection.c
index acbc2a5..3d09815 100644
--- a/dlls/dmusic/collection.c
+++ b/dlls/dmusic/collection.c
@@ -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)




More information about the wine-cvs mailing list