mirror of
https://github.com/reactos/wine.git
synced 2025-01-31 17:23:53 +00:00
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…
x
Reference in New Issue
Block a user