You've already forked lazarus-ccr
fpspreadsheet: Fix compilation issue with -MDelphi
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4235 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -10,8 +10,8 @@
|
|||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
|
|
||||||
**********************************************************************}
|
******************************************************************************}
|
||||||
{
|
(*
|
||||||
Copy from the zipper unit from FPC 2.7.1
|
Copy from the zipper unit from FPC 2.7.1
|
||||||
|
|
||||||
Remove it after a new FPC with the fixes from this unit is released -
|
Remove it after a new FPC with the fixes from this unit is released -
|
||||||
@ -33,7 +33,7 @@
|
|||||||
- TDecompressor.UpdC32: dto.
|
- TDecompressor.UpdC32: dto.
|
||||||
- TUnZipper.ReadZipDirectory: in "FZipStream.Seek()", at end, cast
|
- TUnZipper.ReadZipDirectory: in "FZipStream.Seek()", at end, cast
|
||||||
"Extra_field_length" to Int64 to avoid compiler warning.
|
"Extra_field_length" to Int64 to avoid compiler warning.
|
||||||
}
|
******************************************************************************)
|
||||||
|
|
||||||
{$mode objfpc}
|
{$mode objfpc}
|
||||||
{$h+}
|
{$h+}
|
||||||
|
Reference in New Issue
Block a user