On Tue, May 21, 2019 at 07:12:48PM +0200, Fabian Maurer wrote:
- region = CreatePolyPolygonRgn(points_zero, counts_single_poly, ARRAY_SIZE(counts_single_poly), ALTERNATE);
- ok (region != NULL, "region must not be NULL\n");
- ret = GetRgnBox(region, &rect);
- ok (ret == NULLREGION, "Expected NULLREGION, got %d\n");
I've fixed this and sent in a new version.
Huw.