mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: Build under Windows
This commit is contained in:
parent
d4e38de4c0
commit
ec4f4bfb5f
1 changed files with 2 additions and 1 deletions
|
|
@ -283,6 +283,8 @@ begin
|
|||
end;
|
||||
|
||||
function TFileSystemSetFilePropertyOperation.RenameFile(aFile: TFile; NewName: String): TSetFilePropertyResult;
|
||||
var
|
||||
OldName: String;
|
||||
|
||||
function AskIfOverwrite(Attrs: TFileAttrs): TFileSourceOperationUIResponse;
|
||||
var
|
||||
|
|
@ -351,7 +353,6 @@ var
|
|||
{$ELSE}
|
||||
NewFileAttrs: TFileAttrs;
|
||||
{$ENDIF}
|
||||
OldName: String;
|
||||
begin
|
||||
OldName:= aFile.FullPath;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue