"Dmitry Timoshkov" <[EMAIL PROTECTED]> writes:
> "Alexandre Julliard" <[EMAIL PROTECTED]> wrote:
>
>> It doesn't make sense to add a todo for Windows, we won't be able to
>> fix the bug there...
>
> Right, but that's how we can see if the bug is fixed in the future
> windows versions.
That's not
"Alexandre Julliard" <[EMAIL PROTECTED]> wrote:
> > +todo("windows")
> > +{ /* XP returns COMPLEXREGION although dump_region reports only 1 rect */
> > +ok(ret == SIMPLEREGION, "IntersectClipRect returned %d instead of
> > SIMPLEREGION\n", ret);
> > +}
>
> It doesn't make sense to add a to
Dmitry Timoshkov <[EMAIL PROTECTED]> writes:
> +todo("windows")
> +{ /* XP returns COMPLEXREGION although dump_region reports only 1 rect */
> +ok(ret == SIMPLEREGION, "IntersectClipRect returned %d instead of
> SIMPLEREGION\n", ret);
> +}
It doesn't make sense to add a todo for Windows, w