ntdll: Use __ASM_GLOBAL_IMPORT for RtlUnwind.
Avoids importing locally defined symbols on ARM and ARM64, where we call it from winecrt0.
This commit is contained in:
parent
593dcb1b5c
commit
aa2aa2033c
1 changed files with 2 additions and 0 deletions
|
@ -2329,6 +2329,8 @@ void WINAPI RtlUnwind( void *frame, void *target_ip, EXCEPTION_RECORD *rec, void
|
|||
RtlUnwindEx( frame, target_ip, rec, retval, &context, NULL );
|
||||
}
|
||||
|
||||
__ASM_GLOBAL_IMPORT(RtlUnwind)
|
||||
|
||||
|
||||
/*******************************************************************
|
||||
* _local_unwind (NTDLL.@)
|
||||
|
|
Loading…
Add table
Reference in a new issue