Commit 9b0512de authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

dmime: SegTrigger track supports all param types, even invalid ones.

parent 5d11ee2f
......@@ -156,11 +156,7 @@ static HRESULT WINAPI segment_track_IsParamSupported(IDirectMusicTrack8 *iface,
TRACE("(%p, %s)\n", This, debugstr_dmguid(type));
if (IsEqualGUID(type, &GUID_IDirectMusicStyle))
return S_OK;
TRACE("param unsupported\n");
return DMUS_E_TYPE_UNSUPPORTED;
return S_OK;
}
static HRESULT WINAPI segment_track_AddNotificationType(IDirectMusicTrack8 *iface,
......
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