fpspreadsheet: Add proper ifdefs around "uses clocale" in fpspreadsheet.pas

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3458 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2014-08-08 21:18:16 +00:00
parent 755a36e055
commit 83db4e3fc4
2 changed files with 4 additions and 2 deletions

View File

@ -14,9 +14,9 @@ unit fpspreadsheet;
interface
uses
{$IFDEF UNIX}
{$ifdef UNIX}{$ifndef DARWIN}{$ifndef FPS_DONT_USE_CLOCALE}
clocale,
{$ENDIF}
{$endif}{$endif}{$endif}
Classes, SysUtils, fpimage, AVL_Tree, avglvltree, lconvencoding;
type

View File

@ -94,10 +94,12 @@
<Unit12>
<Filename Value="rpnformulaunit.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="rpnFormulaUnit"/>
</Unit12>
<Unit13>
<Filename Value="formulatests.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="formulatests"/>
</Unit13>
<Unit14>
<Filename Value="emptycelltests.pas"/>