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

dmime: Return hr from wave track SetParam GUID_DownloadToAudioPath.

parent 0431c88a
......@@ -273,6 +273,8 @@ static HRESULT WINAPI wave_track_SetParam(IDirectMusicTrack8 *iface, REFGUID typ
}
}
}
return hr;
}
if (IsEqualGUID(type, &GUID_Enable_Auto_Download)) {
FIXME("GUID_Enable_Auto_Download not handled yet\n");
......
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