1// Add defines here. This file should be included in all LCL units headers
2
3{$DEFINE UseCLDefault}
4{$WARN SYMBOL_PLATFORM OFF}
5
6{$IF FPC_FULLVERSION>=20701}
7  // NOREMOVEEMPTYPROCS bites double inheritance in wslclclasses.pp
8  {$OPTIMIZATION NOREMOVEEMPTYPROCS}
9{$ENDIF}
10
11