mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
RtlReAllocHeap should be RtlReAllocateHeap.
svn path=/trunk/; revision=667
This commit is contained in:
parent
cda1c38bae
commit
e6359887bb
1 changed files with 1 additions and 1 deletions
|
@ -749,7 +749,7 @@ RtlDestroyHeap (
|
|||
|
||||
LPVOID
|
||||
STDCALL
|
||||
RtlReAllocHeap (
|
||||
RtlReAllocateHeap (
|
||||
HANDLE hheap,
|
||||
DWORD flags,
|
||||
LPVOID ptr,
|
||||
|
|
Loading…
Reference in a new issue