mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: Compiling under Linux
This commit is contained in:
parent
37eec4ee5b
commit
fa6ed66d22
1 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ uses
|
|||
{$IF DEFINED(MSWINDOWS)}
|
||||
, Process, Windows, Pipes
|
||||
{$ELSEIF DEFINED(UNIX)}
|
||||
UTF8Process
|
||||
, UTF8Process
|
||||
{$ENDIF}
|
||||
;
|
||||
|
||||
|
|
@ -288,4 +288,4 @@ end;
|
|||
{$ENDIF}
|
||||
|
||||
end.
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue