* fixed comp/int64 issue

This commit is contained in:
florian 2004-03-27 23:21:21 +00:00
parent 370ea9e79a
commit a7f1878fc9

View File

@ -6,6 +6,9 @@ Program ansitest;
{$ifdef cpupowerpc}
{$define COMP_IS_INT64}
{$endif cpupowerpc}
{$ifdef FPC_COMP_IS_INT64}
{$define COMP_IS_INT64}
{$endif FPC_COMP_IS_INT64}
{$ifndef fpc}
Function Memavail : Longint;