Sweden-Number/dlls/kernel32/tests
Sebastian Lackner 10ee3f44b1 kernel32/tests: Add tests for deleting readonly files with NtCreateFile.
Wine currently implements DeleteFile based on NtCreateFile with access mask
GENERIC_READ | GENERIC_WRITE | DELETE, but this is wrong. This test shows that
NtCreateFile with FILE_DELETE_ON_CLOSE should also fail without explicitly
requesting read/write access.
2015-04-30 19:58:01 +09:00
..
Makefile.in
actctx.c
atom.c
change.c
codepage.c
comm.c
console.c
debugger.c
directory.c
drive.c
environ.c
fiber.c
file.c kernel32/tests: Add tests for deleting readonly files with NtCreateFile. 2015-04-30 19:58:01 +09:00
format_msg.c
generated.c
heap.c
loader.c
locale.c
mailslot.c
module.c
path.c kernel32: Only zero the buffer up to 32767 bytes in GetTempPathW. 2015-03-18 20:56:39 +09:00
pipe.c
process.c kernel32/tests: Make test_StartupNoConsole() static. 2015-04-27 15:08:50 +09:00
profile.c
resource.c
resource.rc
sync.c
thread.c
time.c
timer.c
toolhelp.c
version.c
virtual.c
volume.c Assorted spelling fixes. 2015-03-19 21:54:14 +09:00