Sweden-Number/files
Francois Gouget e948ad1fc7 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.
2002-12-12 03:54:01 +00:00
..
change.c Added include protection for unistd.h and sys/time.h. 2002-08-17 00:43:16 +00:00
directory.c Make COMSPEC point to wcmd.exe, not command.com. 2002-11-04 22:49:11 +00:00
dos_fs.c - Implement RtlLocalTimeToSystemTime and RtlSystemTimeToLocalTime. 2002-12-11 00:19:56 +00:00
drive.c Moved implementation of GetDiskFreeSpaceEx from ascii to unicode. 2002-12-07 23:47:01 +00:00
file.c Fix the error codes returned by DeleteFile{A,W} to match NT. 2002-12-12 03:54:01 +00:00
profile.c Removed no longer needed PROFILE_LoadWineIni(). 2002-11-23 02:24:53 +00:00
smb.c Build ntdll with -DSTRICT. 2002-11-21 03:45:01 +00:00
smb.h Convert most of the file APIs to Unicode. 2002-08-27 01:13:58 +00:00
tape.c Build ntdll with -DSTRICT. 2002-11-21 03:45:01 +00:00