mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-05 12:37:23 +01:00
disabled TAsyncProcess for 64bit linux
git-svn-id: trunk@9486 -
This commit is contained in:
parent
cb1741aade
commit
ce953254e7
@ -29,7 +29,9 @@ interface
|
||||
// TODO: Test on all platforms
|
||||
{$IFNDEF DisableAsyncProcess}
|
||||
{$IFDEF Linux}
|
||||
{$DEFINE UseAsyncProcess}
|
||||
{$IFDEF CPUI386}
|
||||
{$DEFINE UseAsyncProcess}
|
||||
{$ENDIF}
|
||||
{$ENDIF}
|
||||
{$ENDIF}
|
||||
|
||||
|
||||
@ -43,7 +43,9 @@ interface
|
||||
// TODO: Test on all platforms
|
||||
{$IFNDEF DisableAsyncProcess}
|
||||
{$IFDEF Linux}
|
||||
{$DEFINE UseAsyncProcess}
|
||||
{$IFDEF CPUI386}
|
||||
{$DEFINE UseAsyncProcess}
|
||||
{$ENDIF}
|
||||
{$ENDIF}
|
||||
{$ENDIF}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user