mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Bug [0000687]
This commit is contained in:
parent
7ca977cde1
commit
ff4c265676
1 changed files with 5 additions and 4 deletions
|
|
@ -77,16 +77,17 @@ const
|
|||
LCLPlatform: array[TLCLPlatform] of string = (
|
||||
'gtk1',
|
||||
'gtk2',
|
||||
{$if lcl_fullversion >= 1010000}
|
||||
'gtk3',
|
||||
{$endif}
|
||||
'win32/win64',
|
||||
'wince',
|
||||
'carbon',
|
||||
'qt4',
|
||||
'fpGUI',
|
||||
'NoGUI',
|
||||
'cocoa'
|
||||
{$if lcl_fullversion >= 093100}
|
||||
, 'customdrawn'
|
||||
{$endif}
|
||||
'cocoa',
|
||||
'customdrawn'
|
||||
);
|
||||
|
||||
{$IF DEFINED(UNIX)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue