22 Oct
2020
22 Oct
'20
8:25 a.m.
Signed-off-by: Jan Sikorski <jsikorski(a)codeweavers.com>
On 22 Oct 2020, at 15:07, Jan Sikorski <jsikorski(a)codeweavers.com> wrote:
--- dlls/windowscodecs/converter.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/dlls/windowscodecs/converter.c b/dlls/windowscodecs/converter.c index 6e4f5c5f9b2..bf2ed9d74f0 100644 --- a/dlls/windowscodecs/converter.c +++ b/dlls/windowscodecs/converter.c @@ -859,6 +859,7 @@ static HRESULT copypixels_to_32bppBGRA(struct FormatConverter *This, const WICRe } return S_OK; default: + FIXME("Unimplemented conversion path!\n"); return WINCODEC_ERR_UNSUPPORTEDOPERATION; } } -- 2.27.0