Commit aa2aa203 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

ntdll: Use __ASM_GLOBAL_IMPORT for RtlUnwind.

Avoids importing locally defined symbols on ARM and ARM64, where we call it from winecrt0.
parent 593dcb1b
......@@ -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.@)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment