You've already forked lazarus-ccr
fpspreadsheet: Fix compilation with old Laz 1.2 / fpc 2.6.2
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4197 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -26,7 +26,10 @@ unit fpsopendocument;
|
|||||||
{$mode objfpc}{$H+}
|
{$mode objfpc}{$H+}
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
|
{$I fps.inc}
|
||||||
|
|
||||||
{.$define FPSPREADDEBUG} //used to be XLSDEBUG
|
{.$define FPSPREADDEBUG} //used to be XLSDEBUG
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
@ -230,6 +233,9 @@ implementation
|
|||||||
|
|
||||||
uses
|
uses
|
||||||
StrUtils, Variants, LazFileUtils, URIParser,
|
StrUtils, Variants, LazFileUtils, URIParser,
|
||||||
|
{$IFDEF FPS_VARISBOOL}
|
||||||
|
fpsPatches,
|
||||||
|
{$ENDIF}
|
||||||
fpsStrings, fpsStreams, fpsClasses, fpsExprParser;
|
fpsStrings, fpsStreams, fpsClasses, fpsExprParser;
|
||||||
|
|
||||||
const
|
const
|
||||||
|
Reference in New Issue
Block a user