RxFPC:try to fix compile on FPC < 3.1

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5069 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2016-08-03 13:17:01 +00:00
parent 35516cee58
commit af3313cb53
3 changed files with 11 additions and 2 deletions

View File

@ -42,7 +42,11 @@ procedure Register;
implementation
uses DB, DBPropEdits, rxdbgrid, RxDBSpinEdit, RxDBTimeEdit, RxDBCtrls, rxmemds,
ComponentEditors, seldsfrm, PropEdits, RxDBColorBox, dbdateedit, rxdbcomb,
rxlookup, dbcurredit, RxDBGridFooterTools, RxDBGridExportPdf;
rxlookup, dbcurredit, RxDBGridFooterTools
{$IF (FPC_FULLVERSION >= 30101)}
, RxDBGridExportPdf
{$ENDIF}
;
type

View File

@ -35,6 +35,7 @@ unit RxDBGridExportPdf;
interface
{$IF (FPC_FULLVERSION >= 30101)}
uses
Classes, SysUtils, DB, rxdbgrid, fpPDF;
@ -114,7 +115,10 @@ type
property ProducerPdf:string read FProducerPDF write FProducerPDF;
end;
{$ENDIF}
implementation
{$IF (FPC_FULLVERSION >= 30101)}
uses rxdconst, forms, LCLIntf;
{ TPdfExportOptions }
@ -330,5 +334,6 @@ begin
end;
{$ENDIF}
end.

View File

@ -24,7 +24,7 @@ Copyright (c) 1998 Master-Bank
translate to Lazarus by alexs in 2005 - 2016
"/>
<License Value="LGPL"/>
<Version Major="2" Minor="9" Release="2" Build="190"/>
<Version Major="2" Minor="9" Release="3" Build="192"/>
<Files Count="68">
<Item1>
<Filename Value="autopanel.pas"/>