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
|
||||
cbWritten: Cardinal;
|
||||
lMode: Word;
|
||||
{$IFNDEF FPOLESTORAGE_USE_COM}
|
||||
AFileStream: TStream;
|
||||
{$ENDIF}
|
||||
begin
|
||||
// The behavior of LCL classes is failling to write to existing file,
|
||||
// But here we make this settable
|
||||
|
Reference in New Issue
Block a user