dmstyle: Don't fake success on IDirectMusicUtils_IPersistStream_ParseReference.

This commit is contained in:
Bruno Jesus 2015-06-10 20:23:35 -03:00 committed by Alexandre Julliard
parent 3ebf41cc42
commit 45f14218f7
1 changed files with 1 additions and 1 deletions

View File

@ -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 */