mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Try to fix build under macOS x86_64
This commit is contained in:
parent
f5b45359e0
commit
40ddf63248
1 changed files with 2 additions and 0 deletions
|
|
@ -2585,6 +2585,7 @@ end;
|
|||
// "recyclesetting" - if gUseTrash then delete to trash, otherwise delete directly
|
||||
// "recyclesettingrev" - if gUseTrash then delete directly, otherwise delete to trash
|
||||
procedure TMainCommands.cm_Delete(const Params: array of string);
|
||||
{$OPTIMIZATION OFF}
|
||||
var
|
||||
I: Integer;
|
||||
Message: String;
|
||||
|
|
@ -2744,6 +2745,7 @@ begin
|
|||
end;
|
||||
end;
|
||||
end;
|
||||
{$OPTIMIZATION DEFAULT}
|
||||
|
||||
procedure TMainCommands.cm_CheckSumCalc(const Params: array of string);
|
||||
var
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue