You've already forked lazarus-ccr
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:
@ -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;
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user