From 2a4f8a4917c842ea0a50c785cfdc5e457d975ec1 Mon Sep 17 00:00:00 2001 From: paul Date: Fri, 19 Nov 2010 10:52:18 +0000 Subject: [PATCH] lcl: enable clDefault for controls brushes and fonts by default git-svn-id: trunk@28344 - --- lcl/include/lcl_defines.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lcl/include/lcl_defines.inc b/lcl/include/lcl_defines.inc index 2166559eed..12189d0615 100644 --- a/lcl/include/lcl_defines.inc +++ b/lcl/include/lcl_defines.inc @@ -1 +1,2 @@ -// Add defines here. This file should be included in all LCL units headers \ No newline at end of file +// Add defines here. This file should be included in all LCL units headers +{$define UseCLDefault} \ No newline at end of file