RtlReAllocHeap should be RtlReAllocateHeap

svn path=/trunk/; revision=668
This commit is contained in:
Emanuele Aliberti 1999-09-12 22:09:34 +00:00
parent e6359887bb
commit 58eedf7620
3 changed files with 30 additions and 6 deletions

View file

@ -1,4 +1,4 @@
/* $Id: heap.c,v 1.15 1999/08/29 06:59:01 ea Exp $
/* $Id: heap.c,v 1.16 1999/09/12 22:09:34 ea Exp $
*
* kernel/heap.c
* Copyright (C) 1996, Onno Hovers, All rights reserved
@ -64,7 +64,7 @@ LPVOID STDCALL HeapAlloc(HANDLE hheap, DWORD flags, DWORD size)
*********************************************************************/
LPVOID STDCALL HeapReAlloc(HANDLE hheap, DWORD flags, LPVOID ptr, DWORD size)
{
return(RtlReAllocHeap(hheap, flags, ptr, size));
return(RtlReAllocateHeap(hheap, flags, ptr, size));
}
/*********************************************************************

View file

@ -1,7 +1,9 @@
; $Id: ntdll.def,v 1.14 1999/09/04 18:32:57 ekohl Exp $
; $Id: ntdll.def,v 1.15 1999/09/12 22:06:26 ea Exp $
;
; ReactOS Operating System
;
LIBRARY ntdll
EXPORTS
InitializeObjectAttributes
NtAcceptConnectPort@24
@ -425,6 +427,7 @@ ZwWriteVirtualMemory@20
ZwW32Call@20
ZwYieldExecution@0
RtlAllocateHeap@12
RtlAnsiCharToUnicodeChar@4
RtlAnsiStringToUnicodeSize
RtlAnsiStringToUnicodeString
RtlAppendUnicodeStringToString
@ -444,6 +447,7 @@ RtlEnlargedUnsignedMultiply
RtlEqualString
RtlEqualUnicodeString
RtlExtendedIntegerMultiply
RtlFillMemory@12
RtlFreeAnsiString
RtlFreeHeap@12
RtlFreeUnicodeString
@ -457,16 +461,24 @@ RtlLargeIntegerAdd
RtlLargeIntegerDivide
RtlLengthSecurityDescriptor
RtlLockHeap@4
RtlMoveMemory@12
RtlMultiByteToUnicodeN@0
RtlNtStatusToDosError
RtlReAllocHeap@16
RtlReAllocateHeap@16
RtlSizeHeap@12
RtlUnlockHeap@4
RtlUnicodeStringToAnsiSize
RtlUnicodeStringToAnsiString
RtlUnicodeStringToInteger
RtlUnicodeToMultiByteN@0
RtlUnicodeToMultiByteSize@0
RtlUnwind@0
RtlUpcaseString
RtlUpcaseUnicodeChar@0
RtlUpcaseUnicodeString
RtlUpcaseUnicodeToMultiByteN@0
RtlValidateHeap@12
RtlZeroMemory@8
_memccpy
_memicmp
_splitpath

View file

@ -1,7 +1,9 @@
; $Id: ntdll.edf,v 1.5 1999/09/04 18:32:57 ekohl Exp $
; $Id: ntdll.edf,v 1.6 1999/09/12 22:06:26 ea Exp $
;
; ReactOS Operating System
;
LIBRARY ntdll
EXPORTS
InitializeObjectAttributes
NtAcceptConnectPort=NtAcceptConnectPort@24
@ -425,6 +427,7 @@ ZwWriteVirtualMemory=ZwWriteVirtualMemory@20
ZwW32Call=ZwW32Call@20
ZwYieldExecution=ZwYieldExecution@0
RtlAllocateHeap=RtlAllocateHeap@12
RtlAnsiCharToUnicodeChar=RtlAnsiCharToUnicodeChar@4
RtlAnsiStringToUnicodeSize
RtlAnsiStringToUnicodeString
RtlAppendUnicodeStringToString
@ -444,6 +447,7 @@ RtlEnlargedUnsignedMultiply
RtlEqualString
RtlEqualUnicodeString
RtlExtendedIntegerMultiply
RtlFillMemory=RtlFillMemory@12
RtlFreeAnsiString
RtlFreeHeap=RtlFreeHeap@12
RtlFreeUnicodeString
@ -457,16 +461,24 @@ RtlLargeIntegerAdd
RtlLargeIntegerDivide
RtlLengthSecurityDescriptor
RtlLockHeap=RtlLockHeap@4
RtlMoveMemory=RtlMoveMemory@12
RtlMultiByteToUnicodeN=RtlMultiByteToUnicodeN@0
RtlNtStatusToDosError
RtlReAllocHeap=RtlReAllocHeap@16
RtlReAllocateHeap=RtlReAllocateHeap@16
RtlSizeHeap=RtlSizeHeap@12
RtlUnlockHeap=RtlUnlockHeap@4
RtlUnicodeStringToAnsiSize
RtlUnicodeStringToAnsiString
RtlUnicodeStringToInteger
RtlUnicodeToMultiByteN=RtlUnicodeToMultiByteN@0
RtlUnicodeToMultiByteSize=RtlUnicodeToMultiByteSize@0
RtlUnwind=RtlUnwind@0
RtlUpcaseString
RtlUpcaseUnicodeChar=RtlUpcaseUnicodeChar@0
RtlUpcaseUnicodeString
RtlUpcaseUnicodeToMultiByteN=RtlUpcaseUnicodeToMultiByteN@0
RtlValidateHeap=RtlValidateHeap@12
RtlZeroMemory=RtlZeroMemory@8
_memccpy
_memicmp
_splitpath