[2/2]wmvcore: add WMMetadataEditor stub implementation - Try 3

Dmitry Timoshkov dmitry at baikal.ru
Fri Apr 11 22:57:40 CDT 2014


Jeff Latimer <lats at yless4u.com.au> wrote:

> +HRESULT WINAPI WMCreateEditor_close(IWMMetadataEditor *iface)
> +{
> +    WMMetadataEditor *This = impl_from_IWMMetadataEditor(iface);
> +    FIXME("(%p)\n", iface);
> +    heap_free(This);
> +    return S_OK;
> +}

Why not pass 'This' to  WMCreateEditor_close() directly? Why a FIXME?
There is still a stray empty line after WMCreateEditor().

-- 
Dmitry.



More information about the wine-devel mailing list