kernel32: Import RtlCaptureContext() 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
227a1275b1
commit
40590b7a97
|
@ -1302,7 +1302,7 @@
|
|||
@ stdcall RestoreLastError(long) NTDLL.RtlRestoreLastWin32Error
|
||||
@ stdcall -import ResumeThread(long)
|
||||
@ cdecl -arch=arm,arm64,x86_64 RtlAddFunctionTable(ptr long long) NTDLL.RtlAddFunctionTable
|
||||
@ stdcall -norelay RtlCaptureContext(ptr) NTDLL.RtlCaptureContext
|
||||
@ stdcall -norelay -import RtlCaptureContext(ptr)
|
||||
@ stdcall RtlCaptureStackBackTrace(long long ptr ptr) NTDLL.RtlCaptureStackBackTrace
|
||||
@ stdcall -arch=arm,arm64,x86_64 RtlCompareMemory(ptr ptr long) NTDLL.RtlCompareMemory
|
||||
@ stdcall -arch=x86_64 RtlCopyMemory(ptr ptr long) NTDLL.RtlCopyMemory
|
||||
|
|
Loading…
Reference in New Issue