kernel32: Don't export __chkstk() on ARM64.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
a2fce84a8b
commit
fdd3ef6569
|
@ -1651,7 +1651,7 @@
|
||||||
@ stdcall WriteTapemark(ptr long long long)
|
@ stdcall WriteTapemark(ptr long long long)
|
||||||
@ stdcall -import ZombifyActCtx(ptr)
|
@ stdcall -import ZombifyActCtx(ptr)
|
||||||
@ stdcall -arch=x86_64 -private __C_specific_handler(ptr long ptr ptr) ntdll.__C_specific_handler
|
@ stdcall -arch=x86_64 -private __C_specific_handler(ptr long ptr ptr) ntdll.__C_specific_handler
|
||||||
@ cdecl -arch=arm,arm64,x86_64 -norelay __chkstk() ntdll.__chkstk
|
@ cdecl -arch=arm,x86_64 -norelay __chkstk() ntdll.__chkstk
|
||||||
@ stub _DebugOut
|
@ stub _DebugOut
|
||||||
@ stub _DebugPrintf
|
@ stub _DebugPrintf
|
||||||
@ stdcall _hread(long ptr long)
|
@ stdcall _hread(long ptr long)
|
||||||
|
|
Loading…
Reference in New Issue