On Fri, Dec 16, 2016 at 6:21 AM, Nikolay Sivov <nsivov(a)codeweavers.com> wrote:
> + stat = GdipGetCustomLineCapBaseInset((GpCustomLineCap*)cap, &inset);
> + ok(stat == Ok, "Unexpected return code, %d\n", stat);
> +
It isn't enough to reject the patch, but I'm curious why you don't
test this value.