Skip to content
Snippets Groups Projects
Commit 9716f4e0 authored by Paul Gofman's avatar Paul Gofman Committed by Alexandre Julliard
Browse files

windowscodecs: Return stub IEnumString from mqw_GetEnumerator().

parent 3b3394bc
Branches
Tags
No related merge requests found
......@@ -819,9 +819,9 @@ static HRESULT WINAPI mqw_GetContainerFormat(IWICMetadataQueryWriter *iface, GUI
static HRESULT WINAPI mqw_GetEnumerator(IWICMetadataQueryWriter *iface, IEnumString **enum_string)
{
FIXME("iface %p, enum_string %p stub.\n", iface, enum_string);
TRACE("iface %p, enum_string %p.\n", iface, enum_string);
return E_NOTIMPL;
return string_enumerator_create(enum_string);
}
static HRESULT WINAPI mqw_GetLocation(IWICMetadataQueryWriter *iface, UINT max_length, WCHAR *namespace, UINT *actual_length)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment