disabled TAsyncProcess for 64bit linux

git-svn-id: trunk@9486 -
This commit is contained in:
mattias 2006-06-23 01:04:49 +00:00
parent cb1741aade
commit ce953254e7
2 changed files with 6 additions and 2 deletions

View File

@ -29,7 +29,9 @@ interface
// TODO: Test on all platforms
{$IFNDEF DisableAsyncProcess}
{$IFDEF Linux}
{$DEFINE UseAsyncProcess}
{$IFDEF CPUI386}
{$DEFINE UseAsyncProcess}
{$ENDIF}
{$ENDIF}
{$ENDIF}

View File

@ -43,7 +43,9 @@ interface
// TODO: Test on all platforms
{$IFNDEF DisableAsyncProcess}
{$IFDEF Linux}
{$DEFINE UseAsyncProcess}
{$IFDEF CPUI386}
{$DEFINE UseAsyncProcess}
{$ENDIF}
{$ENDIF}
{$ENDIF}