kernel32/tests: remove win9x hacks

Paul Vriens paul.vriens.wine at gmail.com
Wed Feb 23 03:32:11 CST 2011


On 02/23/2011 10:15 AM, Austin English wrote:
>       SetLastError(0xdeadbeef);
>       ret = GetFullPathNameW(NULL, 0, NULL, NULL);

I think you can get rid of the above two as well as they are merely used 
to trigger the ERROR_CALL_NOT_IMPLEMENTED.

> -    is_win9x = !ret&&  GetLastError() == ERROR_CALL_NOT_IMPLEMENTED;
> -
> -    if (is_win9x)
> -        win_skip("Skipping some tests that cause GetFullPathNameA to crash on Win9x\n");

-- 
Cheers,

Paul.



More information about the wine-devel mailing list