On Fri, 8 May 2020 19:51:25 +0200, Sven Barth via lazarus
<[email protected]> 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

-- 
_______________________________________________
lazarus mailing list
[email protected]
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to