mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-24 03:19:34 +02:00
14 lines
325 B
PHP
14 lines
325 B
PHP
// Add defines here. This file should be included in all LCL units headers
|
|
|
|
{$DEFINE UseCLDefault}
|
|
{$WARN SYMBOL_PLATFORM OFF}
|
|
|
|
{$IF FPC_FULLVERSION>=20701}
|
|
// NOREMOVEEMPTYPROCS bites double inheritance in wslclclasses.pp
|
|
{$OPTIMIZATION NOREMOVEEMPTYPROCS}
|
|
{$ENDIF}
|
|
|
|
{$IFNDEF FPC_FULLVERSION}
|
|
{$DEFINE FPDOC}
|
|
{$ENDIF}
|