Sweden-Number/dlls/kernel/tests
Robert Shearman 9cc41d278f kernel32: Fix GlobalReAlloc for size = 0.
GlobalReAlloc should return NULL if the requested size is 0, the block
is moveable and it is locked, but otherwise it should return the
original memory block.
2006-01-12 11:55:25 +01:00
..
.gitignore Renamed all .cvsignore files to .gitignore. 2005-11-26 13:10:33 +01:00
Makefile.in
alloc.c
atom.c kernel32: Implemented atoms query function on top of ntdll ones. 2006-01-03 17:35:01 +01:00
change.c
codepage.c
comm.c
console.c kernel/tests: Check that we successfully open the console. 2005-12-22 13:55:03 +01:00
directory.c
drive.c Made test loadable on NT 3.51 again (GetDiskFreeSpaceExA not present). 2005-11-15 16:53:09 +00:00
environ.c
file.c
format_msg.c
generated.c
heap.c kernel32: Fix GlobalReAlloc for size = 0. 2006-01-12 11:55:25 +01:00
locale.c Added a few more Unicode digits from Unicode version 4.1. 2005-11-18 12:15:59 +00:00
mailslot.c
module.c
path.c prefix can be NULL for GetTempFileNameW. 2005-11-12 19:09:06 +00:00
pipe.c ntdll: Implement FSCTL_PIPE_WAIT NtFsControlFile ioctl. 2005-12-14 11:14:02 +01:00
process.c
profile.c
sync.c server: Added access rights mapping to file objects. 2005-12-12 16:46:17 +01:00
thread.c kernel: Added a basic test for exception handling in threads. 2005-12-05 20:43:33 +01:00
time.c
timer.c
virtual.c