mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 08:37:58 +02:00
12 lines
283 B
PHP
12 lines
283 B
PHP
// Add defines here. This file should be included in all LCL units headers
|
|
|
|
{$DEFINE UseCLDefault}
|
|
{$WARN SYMBOL_PLATFORM OFF}
|
|
|
|
// NOREMOVEEMPTYPROCS bites double inheritance in wslclclasses.pp
|
|
{$OPTIMIZATION NOREMOVEEMPTYPROCS}
|
|
|
|
{$IFNDEF FPC_FULLVERSION}
|
|
{$DEFINE FPDOC}
|
|
{$ENDIF}
|