ChangeSet ID: 6580 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2002/12/11 21:54:01
Modified files: files : file.c dlls/kernel/tests: file.c
Log message: Francois Gouget fgouget@free.fr 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.
Patch: http://cvs.winehq.com/patch.py?id=6580
Old revision New revision Changes Path 1.171 1.172 +2 -9 wine/files/file.c 1.11 1.12 +31 -7 wine/dlls/kernel/tests/file.c