kernel32/tests: remove win9x hacks

Austin English austinenglish at gmail.com
Wed Feb 23 03:38:36 CST 2011


On Wed, Feb 23, 2011 at 01:32, Paul Vriens <paul.vriens.wine at gmail.com> wrote:
> 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");

Good catch, will resend, thanks.

-- 
-Austin



More information about the wine-devel mailing list