[Lazarus] Where to define conditionals for FPC

Bo Berglund bo.berglund at gmail.com
Fri May 8 20:29:30 CEST 2020


On Fri, 8 May 2020 19:51:25 +0200, Sven Barth via lazarus
<lazarus at lists.lazarus-ide.org> wrote:

>However Delphi does not define a DELPHI define, so you'll have to use a
>negated check for FPC instead. In your example:
>
>{$IFNDEF FPC}
>  {$IFDEF USE_SUPERPRO}
>    Sentinel,
>  {$ENDIF}
>{$ENDIF}
>

Thanks, I will use that instead!


-- 
Bo Berglund
Developer in Sweden



More information about the lazarus mailing list