Fix the error codes returned by DeleteFile{A,W} to match NT.
commite948ad1fc7e18a22304487c5db674469e9d7e8a7
authorFrancois Gouget <fgouget@free.fr>
Thu, 12 Dec 2002 03:54:01 +0000 (12 03:54 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 12 Dec 2002 03:54:01 +0000 (12 03:54 +0000)
treeeeeff600beef8c621dfd6877151359ad250b1532
parent72e1c64345b52c9490b5d959cc08a72709505966
Fix the error codes returned by DeleteFile{A,W} to match NT.
Adapt the DeleteFileA error code checks to take into account variations
between Win9x and NT.
Test DeleteFile(NULL).
Add tests for DeleteFileW.
On NT, calling _lclose on an already closed handle will cause memory
corruption and thus sometimes crash -> removed the relevant test.
Skip the Unicode tests when on Win9x.
dlls/kernel/tests/file.c
files/file.c