windowscodecs: Implement IWICImagingFactory_CreateFormatConverter.
This commit is contained in:
parent
b468c29de1
commit
83f32fc7d8
|
@ -247,8 +247,7 @@ static HRESULT WINAPI ImagingFactory_CreatePalette(IWICImagingFactory *iface,
|
||||||
static HRESULT WINAPI ImagingFactory_CreateFormatConverter(IWICImagingFactory *iface,
|
static HRESULT WINAPI ImagingFactory_CreateFormatConverter(IWICImagingFactory *iface,
|
||||||
IWICFormatConverter **ppIFormatConverter)
|
IWICFormatConverter **ppIFormatConverter)
|
||||||
{
|
{
|
||||||
FIXME("(%p,%p): stub\n", iface, ppIFormatConverter);
|
return FormatConverter_CreateInstance(NULL, &IID_IWICFormatConverter, (void**)ppIFormatConverter);
|
||||||
return E_NOTIMPL;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static HRESULT WINAPI ImagingFactory_CreateBitmapScaler(IWICImagingFactory *iface,
|
static HRESULT WINAPI ImagingFactory_CreateBitmapScaler(IWICImagingFactory *iface,
|
||||||
|
|
Loading…
Reference in New Issue