dmstyle: Don't fake success on IDirectMusicUtils_IPersistStream_ParseReference.
This commit is contained in:
parent
3ebf41cc42
commit
45f14218f7
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue