mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
ntdll: The fourth parameter of RtlUnwind() is a pointer, not a long.
This commit is contained in:
parent
589fcd8ccf
commit
7a37f21a78
@ -885,7 +885,7 @@
|
||||
# @ stub RtlUnlockBootStatusData
|
||||
@ stdcall RtlUnlockHeap(long)
|
||||
# @ stub RtlUnlockMemoryStreamRegion
|
||||
@ stdcall -register RtlUnwind(ptr ptr ptr long)
|
||||
@ stdcall -register RtlUnwind(ptr ptr ptr ptr)
|
||||
@ stdcall RtlUpcaseUnicodeChar(long)
|
||||
@ stdcall RtlUpcaseUnicodeString(ptr ptr long)
|
||||
@ stdcall RtlUpcaseUnicodeStringToAnsiString(ptr ptr long)
|
||||
|
Loading…
Reference in New Issue
Block a user