[PATCH 1/2] dmusic: Return S_FALSE for the unimplemented IPersistStream_IsDirty()

Michael Stefaniuc mstefani at redhat.de
Mon May 26 16:06:00 CDT 2014


---
 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)
-- 
1.8.3.1



More information about the wine-patches mailing list