mirror of
https://github.com/reactos/wine.git
synced 2025-02-07 04:29:02 +00:00
windowscodecs: Silence a fixme.
This commit is contained in:
parent
59226e36b7
commit
ed1a03e494
@ -954,7 +954,9 @@ static HRESULT WINAPI PngDecoder_Block_GetContainerFormat(IWICMetadataBlockReade
|
||||
static HRESULT WINAPI PngDecoder_Block_GetCount(IWICMetadataBlockReader *iface,
|
||||
UINT *pcCount)
|
||||
{
|
||||
FIXME("%p,%p: stub\n", iface, pcCount);
|
||||
static int once;
|
||||
TRACE("%p,%p\n", iface, pcCount);
|
||||
if (!once++) FIXME("stub\n");
|
||||
return E_NOTIMPL;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user