mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 11:45:32 +02:00
fpmkunit: disable process unit and threading on Amiga and AROS for now
git-svn-id: trunk@28594 -
This commit is contained in:
parent
aae9a5b8b9
commit
c9f91258eb
@ -32,6 +32,16 @@ Interface
|
||||
{$DEFINE NO_THREADING}
|
||||
{$ENDIF}
|
||||
|
||||
{$IFDEF AMIGA}
|
||||
{$DEFINE NO_UNIT_PROCESS}
|
||||
{$DEFINE NO_THREADING}
|
||||
{$ENDIF}
|
||||
|
||||
{$IFDEF AROS}
|
||||
{$DEFINE NO_UNIT_PROCESS}
|
||||
{$DEFINE NO_THREADING}
|
||||
{$ENDIF}
|
||||
|
||||
{$IFDEF OS2}
|
||||
{$DEFINE NO_UNIT_PROCESS}
|
||||
{$ENDIF OS2}
|
||||
|
Loading…
Reference in New Issue
Block a user