Commit fca83367 authored by Fabian Maurer's avatar Fabian Maurer Committed by Alexandre Julliard

windowscodecs: Fake success in SetMetadataByName.

parent 731f06d9
......@@ -843,7 +843,7 @@ static HRESULT WINAPI mqw_SetMetadataByName(IWICMetadataQueryWriter *iface, LPCW
{
FIXME("iface %p, name %s, value %p stub.\n", iface, debugstr_w(name), value);
return E_NOTIMPL;
return S_OK;
}
static HRESULT WINAPI mqw_RemoveMetadataByName(IWICMetadataQueryWriter *iface, LPCWSTR name)
......
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