Commit f3752eb5 authored by Jan Sikorski's avatar Jan Sikorski Committed by Alexandre Julliard

windowscodecs: Add a missing FIXME.

parent b8507acf
......@@ -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;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment