You've already forked lazarus-ccr
fpspreadsheet: Fix usage of define FPS_NO_LAZUNICODE.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8566 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -325,6 +325,9 @@ uses
|
||||
StrUtils, Variants, LazFileUtils, URIParser, LazUTF8,
|
||||
{$IFDEF FPS_VARISBOOL}
|
||||
fpsPatches,
|
||||
{$ENDIF}
|
||||
{$IFNDEF FPS_NO_LAZUNICODE}
|
||||
LazUnicode,
|
||||
{$ENDIF}
|
||||
fpsStrings, fpsStreams, fpsCrypto, fpsClasses, fpspreadsheet,
|
||||
fpsExprParser, fpsImages, fpsConditionalFormat;
|
||||
|
@ -31,10 +31,10 @@
|
||||
FPS_LAZUTF8. Keep undefined for the current Lazarus version. }
|
||||
{.$DEFINE FPS_LAZUTF8}
|
||||
|
||||
{ fpspreadsheet requires some function from unit LazUnicode which was
|
||||
{ fpspreadsheet requires some functions from unit LazUnicode which was
|
||||
added to Lazarus in v1.8. If an older Lazarus version is used define
|
||||
FPS_NO_LAZUNICODE. Keep undefined for the current Lazarus version. }
|
||||
{$DEFINE NO_FPS_LAZUNICODE}
|
||||
{.$DEFINE FPS_NO_LAZUNICODE}
|
||||
|
||||
{ In order to allow selection of multiple ranges in the WorksheetGrid a
|
||||
sufficiently new version of the basic TCustomGrid is required. The required
|
||||
|
Reference in New Issue
Block a user