lazarus/lcl/include/lcl_defines.inc
2013-02-14 23:34:15 +00:00

11 lines
272 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}