lcl: don't show warnings about using symbols with platform modifier - this modifier is for those who use LCL but not for LCL itself

git-svn-id: trunk@36433 -
This commit is contained in:
paul 2012-03-30 01:06:25 +00:00
parent d6e2a77af5
commit a854bab3f0

View File

@ -1,3 +1,3 @@
// Add defines here. This file should be included in all LCL units headers
{$define UseCLDefault}
{$DEFINE UseCLDefault}
{$WARN SYMBOL_PLATFORM OFF}