Fix realloc() to match the documented behaviour.
commitc5150fb682b244bc564c6ee69bef711a7ce34d93
authorDimitrie O. Paun <dpaun@rogers.com>
Thu, 20 Nov 2003 23:41:13 +0000 (20 23:41 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 20 Nov 2003 23:41:13 +0000 (20 23:41 +0000)
tree5192ae59ef60aae8ba9c29e6c94dee849bae3643
parent9e85bf3f87df5af6ca8cde3ecc4fd59339495343
Fix realloc() to match the documented behaviour.
Add a few simple tests for it.
dlls/msvcrt/heap.c
dlls/msvcrt/tests/.cvsignore
dlls/msvcrt/tests/Makefile.in
dlls/msvcrt/tests/heap.c [new file with mode: 0644]