21 Apr
2020
21 Apr
'20
5:34 p.m.
"Esme Povirk (they/them)" <vincent(a)codeweavers.com> wrote:
+ ok(hr == WINCODEC_ERR_UNSUPPORTEDPIXELFORMAT || hr == WINCODEC_ERR_COMPONENTNOTFOUND /* win8+ */ || WINCODEC_ERR_BADIMAGE /* XP */,
This comparison is missing "hr ==" in the last case and will always be true.
Thanks for spotting this. -- Dmitry.