[fpc-pascal] x86_64-win64

constantijnw cw.s at xs4all.nl
Thu Apr 20 22:00:05 CEST 2006


Florian Klaempfl wrote:
> constantijnw wrote:
>   
>> Congratulations! Is a new compiler define planned which distinguishes
>> between 32 and 64 bits, irrespective of the os targeted?
>>     
>
> What do you mean with this?
> _______________________________________________
> fpc-pascal maillist  -  fpc-pascal at lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>
>
>   
To declare conditional defines like this easily:

{$ifdef cpu64}
TMyInteger = Int64;
{$else}
TMyInteger = LongInt;
{$endif}




More information about the fpc-pascal mailing list