"Esme Povirk (they/them)" vincent@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).