mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 06:43:13 +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
|
LPVOID
|
||||||
STDCALL
|
STDCALL
|
||||||
RtlReAllocHeap (
|
RtlReAllocateHeap (
|
||||||
HANDLE hheap,
|
HANDLE hheap,
|
||||||
DWORD flags,
|
DWORD flags,
|
||||||
LPVOID ptr,
|
LPVOID ptr,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue