mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
ntdll: Correct RtlFreeHeap .spec parameter type.
This commit is contained in:
parent
e7ade611ad
commit
934ba51c80
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user