mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: Check fpc version
This commit is contained in:
parent
ce4ac4a609
commit
b3f235aaba
1 changed files with 3 additions and 1 deletions
|
|
@ -49,7 +49,9 @@ uses
|
|||
uFile, uIconTheme, uDrive, uDisplayFile, uGlobs, uDCReadPSD, uOSUtils
|
||||
{$IF DEFINED(UNIX)}
|
||||
{$IF DEFINED(DARWIN)}
|
||||
, uDCTiffImage
|
||||
{$IF (FPC_FULLVERSION >= 30000)}
|
||||
, uDCTiffImage
|
||||
{$ENDIF}
|
||||
{$ELSE}
|
||||
, contnrs, uDCReadSVG, uGio
|
||||
{$IFDEF LCLGTK2}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue