June 24, 2026
1:41 p.m.
Nikolay Sivov (@nsivov) commented about dlls/d2d1/tests/d2d1.c:
&& compare_float(point->y, y, ulps); }
-static BOOL compare_rect(const D2D1_RECT_F *rect, float left, float top, float right, float bottom, unsigned int ulps) +static BOOL compare_rect_f(const D2D1_RECT_F *rect, float left, float top, float right, float bottom, unsigned int ulps) {
Could you simply introduce new function, without renaming this one? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/11249#note_144097