quartz: Downgrade FIXME->WARN.
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
c6a4811edf
commit
e2a4974f39
|
@ -2379,7 +2379,7 @@ static HRESULT WINAPI MediaSeeking_IsFormatSupported(IMediaSeeking *iface, const
|
|||
|
||||
if (!IsEqualGUID(&TIME_FORMAT_MEDIA_TIME, pFormat))
|
||||
{
|
||||
FIXME("Unhandled time format %s\n", debugstr_guid(pFormat));
|
||||
WARN("Unhandled time format %s\n", debugstr_guid(pFormat));
|
||||
return S_FALSE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue