ntdll: Correct RtlFreeHeap .spec parameter type.

oldstable
Dmitry Timoshkov 2013-06-26 13:43:50 +09:00 committed by Alexandre Julliard
parent e7ade611ad
commit 934ba51c80
2 changed files with 2 additions and 2 deletions

View File

@ -604,7 +604,7 @@
@ stdcall RtlFormatMessage(ptr long long long long ptr ptr long)
@ stdcall RtlFreeAnsiString(long)
@ stdcall RtlFreeHandle(ptr ptr)
@ stdcall RtlFreeHeap(long long long)
@ stdcall RtlFreeHeap(long long ptr)
@ stdcall RtlFreeOemString(ptr)
# @ stub RtlFreeRangeList
@ stdcall RtlFreeSid (long)

View File

@ -1025,7 +1025,7 @@
@ stub RtlFindUnicodePrefix
@ stdcall RtlFormatCurrentUserKeyPath(ptr) ntdll.RtlFormatCurrentUserKeyPath
@ stdcall RtlFreeAnsiString(long) ntdll.RtlFreeAnsiString
@ stdcall RtlFreeHeap(long long long) ntdll.RtlFreeHeap
@ stdcall RtlFreeHeap(long long ptr) ntdll.RtlFreeHeap
@ stdcall RtlFreeOemString(ptr) ntdll.RtlFreeOemString
@ stub RtlFreeRangeList
@ stdcall RtlFreeUnicodeString(ptr) ntdll.RtlFreeUnicodeString