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

Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Michael Stefaniuc 2019-11-18 00:57:17 +01:00 committed by Alexandre Julliard
parent 5d11ee2fe0
commit 9b0512de26
1 changed files with 1 additions and 5 deletions

View File

@ -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,