lazarus/lcl/include/lcl_defines.inc
mattias 7b9785a557 docs: lcl: fixed some fpdoc errors
git-svn-id: branches/fixes_1_6@54518 -
2017-04-04 12:16:25 +00:00

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}