fpspreadsheet: Fix compilation error in Linux (fpszipper.pp)

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3647 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2014-10-13 18:21:39 +00:00
parent 70c18e73c3
commit c47e9ce450
2 changed files with 5 additions and 2 deletions

View File

@ -1767,9 +1767,11 @@ end;
Procedure TUnZipper.UnZipOneFile(Item : TFullZipFileEntry);
Var
{$IFDEF UNIX}
LinkTargetStream: TStringStream;
{$ENDIF}
{%H-}Count, Attrs: Longint;
ZMethod : Word;
//LinkTargetStream: TStringStream;
OutputFileName: string;
FOutStream: TStream = nil;
IsLink: Boolean;

View File

@ -11,7 +11,8 @@ uses
fpsxmlcommon, xlsbiff2, xlsbiff5, xlsbiff8, xlsxooxml, fpsopendocument,
fpsutils, fpszipper, uvirtuallayer_types, uvirtuallayer, uvirtuallayer_ole,
uvirtuallayer_ole_helpers, uvirtuallayer_ole_types, uvirtuallayer_stream,
fpolebasic, wikitable, fpsNumFormatParser, fpsfunc, fpsrpn, fpsStrings;
fpolebasic, wikitable, fpsNumFormatParser, fpsfunc, fpsRPN, fpsStrings,
fpscsv;
implementation