ntdll: Use __ASM_GLOBAL_IMPORT for RtlUnwind.
commitaa2aa2033cd1d56a36546a49fe1b795fe6cdc077
authorJacek Caban <jacek@codeweavers.com>
Mon, 1 Apr 2024 14:59:41 +0000 (1 16:59 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 1 Apr 2024 18:22:52 +0000 (1 20:22 +0200)
treeec95615e8783a44ca06157bdb06c4b694cf3ac70
parent593dcb1b5c78dbf0fc8146cba94372c78a1550b0
ntdll: Use __ASM_GLOBAL_IMPORT for RtlUnwind.

Avoids importing locally defined symbols on ARM and ARM64, where we call it from winecrt0.
dlls/ntdll/unwind.c