lazreport: TBookmark change only for fpc 2.6.0

git-svn-id: trunk@43897 -
This commit is contained in:
mattias 2014-02-05 12:06:39 +00:00
parent b7098089ac
commit 2d69b41893

View File

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