msvcrt/tests : add some tests for strtok()

Alexandre Julliard julliard at winehq.org
Tue Apr 21 10:48:44 CDT 2009


Rein Klazes <wijn at online.nl> writes:

> -    pmemcpy(mem+5, mem,nLen+1);
> -    ok(pmemcmp(mem+5,xilstring, nLen) == 0,
> -       "Got result %s\n",mem+5);
> +    if( pmemcpy) {
> +        pmemcpy(mem+5, mem,nLen+1);
> +        ok(pmemcmp(mem+5,xilstring, nLen) == 0,
> +           "Got result %s\n",mem+5);
> +    } else
> +        skip("memcpy not found\n");

I doubt any version of the dll is missing memcpy, and even so that
should be a separate patch.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list