dmstyle: Don't fake success on IDirectMusicUtils_IPersistStream_ParseReference

Bruno Jesus 00cpxxx at gmail.com
Wed Jun 10 18:23:35 CDT 2015


Fixes bug https://bugs.winehq.org/show_bug.cgi?id=7425
-------------- next part --------------
diff --git a/dlls/dmstyle/dmutils.c b/dlls/dmstyle/dmutils.c
index 5008134..e551410 100644
--- a/dlls/dmstyle/dmutils.c
+++ b/dlls/dmstyle/dmutils.c
@@ -213,7 +213,7 @@ HRESULT IDirectMusicUtils_IPersistStream_ParseReference (LPPERSISTSTREAM iface,
   }
   TRACE("** DM Reference End of Load ***\n");
 
-  return S_OK;
+  return hr;
 }
 
 /* FOURCC to string conversion for debug messages */


More information about the wine-patches mailing list