• Francois Gouget's avatar
    Fix the error codes returned by DeleteFile{A,W} to match NT. · e948ad1f
    Francois Gouget authored
    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.
    e948ad1f
Name
Last commit
Last update
..
change.c Loading commit data...
directory.c Loading commit data...
dos_fs.c Loading commit data...
drive.c Loading commit data...
file.c Loading commit data...
profile.c Loading commit data...
smb.c Loading commit data...
smb.h Loading commit data...
tape.c Loading commit data...