RxFPC:fix compile

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3622 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2014-10-03 03:37:28 +00:00
parent 9af675837a
commit d4547b864b

View File

@ -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}