mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Compiling with last Lazarus SVN
This commit is contained in:
parent
e23492d898
commit
267d01f1d2
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ function ShellExecuteEx(sCmd, sFileName, sActiveDir: String): Boolean;
|
|||
implementation
|
||||
|
||||
uses
|
||||
Process, AsyncProcess, StrUtils, uDCUtils, uShowForm, uGlobs, uOSUtils;
|
||||
Process, UTF8Process, StrUtils, uDCUtils, uShowForm, uGlobs, uOSUtils;
|
||||
|
||||
procedure ReplaceExtCommand(var sCmd:String; pfr:PFileRecItem; ActiveDir: String);
|
||||
var
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue