kernel32: Don't export RtlRaiseException on ARM64.
This commit is contained in:
parent
9088506029
commit
4141a14443
1 changed files with 1 additions and 1 deletions
|
@ -1322,7 +1322,7 @@
|
|||
@ stdcall -arch=!i386 RtlLookupFunctionEntry(long ptr ptr) NTDLL.RtlLookupFunctionEntry
|
||||
@ stdcall RtlMoveMemory(ptr ptr long) NTDLL.RtlMoveMemory
|
||||
@ stdcall RtlPcToFileHeader(ptr ptr) NTDLL.RtlPcToFileHeader
|
||||
@ stdcall -arch=!i386 -norelay RtlRaiseException(ptr) NTDLL.RtlRaiseException
|
||||
@ stdcall -arch=arm,x86_64 -norelay RtlRaiseException(ptr) NTDLL.RtlRaiseException
|
||||
@ cdecl -import RtlRestoreContext(ptr ptr)
|
||||
@ stdcall RtlUnwind(ptr ptr ptr long) NTDLL.RtlUnwind
|
||||
@ stdcall -arch=!i386 RtlUnwindEx(long long ptr long ptr) NTDLL.RtlUnwindEx
|
||||
|
|
Loading…
Add table
Reference in a new issue