dmime: Don't fake success on IDirectMusicUtils_IPersistStream_ParseReference

Bruno Jesus 00cpxxx at gmail.com
Mon Jun 15 08:26:03 CDT 2015


-------------- next part --------------
diff --git a/dlls/dmime/dmutils.c b/dlls/dmime/dmutils.c
index 6e61e16..75a62a4 100644
--- a/dlls/dmime/dmutils.c
+++ b/dlls/dmime/dmutils.c
@@ -216,7 +216,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