From a854bab3f05aea723e3a3fbda34ebb4b9f4fcbbd Mon Sep 17 00:00:00 2001 From: paul Date: Fri, 30 Mar 2012 01:06:25 +0000 Subject: [PATCH] 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 - --- lcl/include/lcl_defines.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lcl/include/lcl_defines.inc b/lcl/include/lcl_defines.inc index a7a38920fd..a80fd1343d 100644 --- a/lcl/include/lcl_defines.inc +++ b/lcl/include/lcl_defines.inc @@ -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}