26 May
2025
26 May
'25
1:28 a.m.
Esme Povirk (@madewokherd) commented about dlls/gdiplus/graphics.c:
UINT x, y; INT i;
+ if (!is_valid_ColorAdjustType(type)) + return InvalidParameter; +
We shouldn't need this for an internal function (and also it doesn't return a GpStatus). -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8141#note_104485