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:
wp_xxyyzz
2022-10-17 22:57:46 +00:00
parent bf4b943cb2
commit 5dff24de86
2 changed files with 5 additions and 2 deletions

View File

@ -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;

View File

@ -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