André Hentschel <n...@dawncrow.de> writes:

> @@ -617,6 +617,12 @@ static void test_UrlGetPart(void)
>    dwSize = sizeof szPart;
>    szPart[0]='x'; szPart[1]=0;
>    res = pUrlGetPartA("hi", szPart, &dwSize, URL_PART_SCHEME, 0);
> +
> +  if (res) {
> +    win_skip("probably too old IE\n");
> +    return;
> +  }

There's no reason to skip the whole thing.

-- 
Alexandre Julliard
julli...@winehq.org


Reply via email to