LazReport, fix compilation with FPC 2.6.5, patch from Julio Jiménez Borreguero

git-svn-id: trunk@44418 -
This commit is contained in:
jesus 2014-03-13 14:52:07 +00:00
parent 95e89c5bda
commit 82b4f80321

View File

@ -56,7 +56,7 @@
{$ENDIF}
{$DEFINE Delphi5}
{$if FPC_FULLVERSION<20605}
{$if FPC_FULLVERSION<20701}
// in former FCL versions TBookmark was a simple pointer
{$DEFINE noautomatedbookmark}
{$endif}