21 Apr
2020
21 Apr
'20
5:40 p.m.
"Esme Povirk (they/them)" <vincent(a)codeweavers.com> wrote:
+ hr = IWICComponentInfo_QueryInterface(info, &IID_IWICPixelFormatInfo2, (void **)&formatinfo); + if (hr == S_OK)
There should be some sort of broken() or win_skip() here so we know we are testing that Wine provides this interface.
Since it's just a helper I'd prefer to not overload it with broken(), it just needs to work even under XP (for which this code was added). -- Dmitry.