RtlReAllocHeap should be RtlReAllocateHeap.

svn path=/trunk/; revision=667
This commit is contained in:
Emanuele Aliberti 1999-09-12 21:59:40 +00:00
parent cda1c38bae
commit e6359887bb

View file

@ -749,7 +749,7 @@ RtlDestroyHeap (
LPVOID
STDCALL
RtlReAllocHeap (
RtlReAllocateHeap (
HANDLE hheap,
DWORD flags,
LPVOID ptr,