RtlHeapReAllocate() should not allocate memory.
commitc762f5d7af863a133ab98f94cd7a827de45137f7
authorDimitrie O. Paun <dpaun@rogers.com>
Tue, 25 Nov 2003 01:02:02 +0000 (25 01:02 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 25 Nov 2003 01:02:02 +0000 (25 01:02 +0000)
tree0c29429268cc5a7d11379fe8015e66c7c4d70c68
parente3c9de666dcc9b3df768f8c9e704ecb196961d18
RtlHeapReAllocate() should not allocate memory.
Add small test to make sure it doesn't return.
Don't import ntdll for tests, we need to load it dynamically.
dlls/kernel/tests/.cvsignore
dlls/kernel/tests/Makefile.in
dlls/kernel/tests/heap.c [new file with mode: 0644]
dlls/ntdll/heap.c
dlls/ntdll/tests/Makefile.in