Skip to content
Snippets Groups Projects
Commit e948ad1f authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard
Browse files

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.
parent 72e1c643
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment