mirror of
https://github.com/reactos/wine.git
synced 2025-02-05 03:26:33 +00:00
dmime: Don't fake success on IDirectMusicUtils_IPersistStream_ParseReference.
This commit is contained in:
parent
0030353082
commit
f9a83377bc
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user