Module: wine Branch: master Commit: f9a83377bc7f95eef7bb518d33eeb71ffaae3d9f URL: http://source.winehq.org/git/wine.git/?a=commit;h=f9a83377bc7f95eef7bb518d33... Author: Bruno Jesus <00cpxxx(a)gmail.com> Date: Mon Jun 15 10:26:03 2015 -0300 dmime: Don't fake success on IDirectMusicUtils_IPersistStream_ParseReference. --- dlls/dmime/dmutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */