* fixed for ppc

This commit is contained in:
Jonas Maebe 2003-06-08 19:57:10 +00:00
parent db7d93495b
commit 706de77ef7

View File

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