From d4547b864bdcb2d7a9a18c5e041c6082f5d1cf2a Mon Sep 17 00:00:00 2001 From: alexs75 Date: Fri, 3 Oct 2014 03:37:28 +0000 Subject: [PATCH] RxFPC:fix compile git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3622 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/rx/trunk/rx.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/rx/trunk/rx.inc b/components/rx/trunk/rx.inc index 00ef0b8b1..888ab414e 100644 --- a/components/rx/trunk/rx.inc +++ b/components/rx/trunk/rx.inc @@ -52,14 +52,14 @@ // {.$DEFINE DBDateEdit_OLD} -{$DEFINE OLD_EDITBUTTON} +{.$DEFINE OLD_EDITBUTTON} {$if FPC_FULLVERSION<20701} {$DEFINE NoAutomatedBookmark} {$DEFINE RX_USE_LCL_DEVEL} {$endif} -{.$IFDEF OLD_EDITBUTTON} +{$IFDEF OLD_EDITBUTTON} {$if FPC_FULLVERSION<20701} {$DEFINE RX_USE_LAZARUS_RESOURCE} {$ENDIF}