mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 00:08:12 +02:00
Do not define HasSignal for aarch64-win64 target
This commit is contained in:
parent
b77fec3433
commit
4927025a2c
@ -83,7 +83,9 @@
|
||||
{$define SignalIsCdecl}
|
||||
{$endif}
|
||||
{$ifdef win64}
|
||||
{$define HasSignal}
|
||||
{$ifdef cpux86_64}
|
||||
{$define HasSignal}
|
||||
{$endif cpux86_64}
|
||||
{$define SignalIsFunction}
|
||||
{$define SignalIsCdecl}
|
||||
{$endif}
|
||||
|
Loading…
Reference in New Issue
Block a user