windowscodecs: Fake success in SetMetadataByName.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55101
This commit is contained in:
Fabian Maurer 2023-06-22 20:25:50 +02:00 committed by Alexandre Julliard
parent 731f06d97f
commit fca833678f

View file

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