25 Mar
2025
25 Mar
'25
8:44 p.m.
Bartosz Kosiorek (@gang65) commented about dlls/gdiplus/tests/region.c:
} }
+static void test_rounding(void) +{ + GpRegion *region; + GpMatrix *matrix; + GpBitmap *bitmap; + GpGraphics *graphics; + GpBrush *brush; + GpStatus status; + UINT count=80085;
```suggestion:-0+0 UINT count = 80085; ``` -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7654#note_99058