You've already forked lazarus-ccr
fpspreadsheet: Fix non-Windows compilation failure due to missing variable declaration in fpolestorage
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3212 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -695,6 +695,9 @@ procedure TOLEStorage.WriteOLEFile(AFileName: string;
|
|||||||
var
|
var
|
||||||
cbWritten: Cardinal;
|
cbWritten: Cardinal;
|
||||||
lMode: Word;
|
lMode: Word;
|
||||||
|
{$IFNDEF FPOLESTORAGE_USE_COM}
|
||||||
|
AFileStream: TStream;
|
||||||
|
{$ENDIF}
|
||||||
begin
|
begin
|
||||||
// The behavior of LCL classes is failling to write to existing file,
|
// The behavior of LCL classes is failling to write to existing file,
|
||||||
// But here we make this settable
|
// But here we make this settable
|
||||||
|
Reference in New Issue
Block a user