mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Building on Unix.
This commit is contained in:
parent
7c8616c263
commit
0a01976817
1 changed files with 5 additions and 1 deletions
|
|
@ -35,7 +35,11 @@ unit uDCUtils;
|
|||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, Graphics, Controls, StdCtrls, ColorBox, uFile, uTypes;
|
||||
Classes, SysUtils, Graphics, Controls, StdCtrls, ColorBox,
|
||||
{$IF DEFINED(UNIX)}
|
||||
DCBasicTypes,
|
||||
{$ENDIF}
|
||||
uFile, uTypes;
|
||||
|
||||
const
|
||||
{$IF DEFINED(UNIX)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue