kernel32: Import RtlRestoreContext() instead of forwarding.
Signed-off-by: Paul Gofman <pgofman@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
40590b7a97
commit
81e06c6136
|
@ -1313,7 +1313,7 @@
|
|||
@ stdcall RtlMoveMemory(ptr ptr long) NTDLL.RtlMoveMemory
|
||||
@ stdcall RtlPcToFileHeader(ptr ptr) NTDLL.RtlPcToFileHeader
|
||||
@ stdcall -arch=arm,arm64,x86_64 -norelay RtlRaiseException(ptr) NTDLL.RtlRaiseException
|
||||
@ cdecl -arch=arm,arm64,x86_64 RtlRestoreContext(ptr ptr) NTDLL.RtlRestoreContext
|
||||
@ cdecl -arch=arm,arm64,x86_64 -import RtlRestoreContext(ptr ptr)
|
||||
@ stdcall RtlUnwind(ptr ptr ptr long) NTDLL.RtlUnwind
|
||||
@ stdcall -arch=arm,arm64,x86_64 RtlUnwindEx(long long ptr long ptr) NTDLL.RtlUnwindEx
|
||||
@ stdcall -arch=arm,arm64,x86_64 RtlVirtualUnwind(long long long ptr ptr ptr ptr ptr) NTDLL.RtlVirtualUnwind
|
||||
|
|
Loading…
Reference in New Issue