Commit 0431c88a authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

dmime: Return S_OK from wave track SetParam GUID_UnloadFromAudioPath.

parent 4d0c3d89
......@@ -296,6 +296,8 @@ static HRESULT WINAPI wave_track_SetParam(IDirectMusicTrack8 *iface, REFGUID typ
item->buffer = NULL;
}
}
return S_OK;
}
return DMUS_E_TYPE_UNSUPPORTED;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment