23 Feb
2011
23 Feb
'11
9:38 a.m.
On Wed, Feb 23, 2011 at 01:32, Paul Vriens <paul.vriens.wine(a)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