mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: Compiling with Lazarus fixes_0_9_30.
This commit is contained in:
parent
919988a793
commit
920dc32228
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ interface
|
|||
|
||||
uses
|
||||
Classes, SysUtils, Controls, ComCtrls, ExtCtrls {Lazarus < 31552},
|
||||
uFileView, uFilePanelSelect, uDCVersion;
|
||||
uFileView, uFilePanelSelect, uDCVersion, LCLVersion;
|
||||
|
||||
const
|
||||
lazRevNewTabControl = '31767';
|
||||
|
|
@ -78,7 +78,7 @@ type
|
|||
|
||||
{ TFileViewNotebook }
|
||||
|
||||
{$IF lazRevision >= lazRevNewTabControl}
|
||||
{$IF (lcl_release >= 31) and (lazRevision >= lazRevNewTabControl)}
|
||||
TFileViewNotebook = class(TCustomTabControl)
|
||||
{$ELSE}
|
||||
TFileViewNotebook = class(TCustomNotebook)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue