You've already forked lazarus-ccr
fpspreadsheet: Fix compilation with fpc before 3.0
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6363 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -17,6 +17,11 @@ interface
|
||||
uses
|
||||
Classes, SysUtils, fpimage;
|
||||
|
||||
{$IF FPC_FullVersion < 30000}
|
||||
type
|
||||
RawByteString = ansistring;
|
||||
{$ENDIF}
|
||||
|
||||
type
|
||||
{@@ Built-in file formats of fpspreadsheet }
|
||||
TsSpreadsheetFormat = (sfExcel2, sfExcel5, sfExcel8, sfExcelXML, sfOOXML,
|
||||
|
Reference in New Issue
Block a user