Commit 934ba51c authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

ntdll: Correct RtlFreeHeap .spec parameter type.

parent e7ade611
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment