[fpc-pascal] Conditional code for FPC modes

Juha Manninen juha.manninen62 at gmail.com
Wed Jun 15 10:14:48 CEST 2016


Are there defines matching the modes in FPC, for example {$mode delphiunicode} ?
I want to do something like :
  {$IFDEF delphiunicode}
    ...
  {$ELSE}
    ...
  {$ENDIF}

Juha



More information about the fpc-pascal mailing list