Bruno Jesus : dmstyle: Don' t fake success on IDirectMusicUtils_IPersistStream_ParseReference.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Jun 11 09:46:11 CDT 2015


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

Author: Bruno Jesus <00cpxxx at gmail.com>
Date:   Wed Jun 10 20:23:35 2015 -0300

dmstyle: Don't fake success on IDirectMusicUtils_IPersistStream_ParseReference.

---

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

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-cvs mailing list