mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 05:38:25 +02:00
VirtualTreeview: Move LCL implementation units in laz.VirtualTrees to interface uses section. Fixes building Laz/main with FPC/main.
This commit is contained in:
parent
2751fd6fe7
commit
3635aa3044
@ -89,12 +89,13 @@ uses
|
||||
LCLType, LMessages, LCLVersion, Types,
|
||||
SysUtils, Classes, Graphics, Controls, Forms, ImgList, StdCtrls, Menus, Printers,
|
||||
SyncObjs, // Thread support
|
||||
Clipbrd // Clipboard support
|
||||
Clipbrd, // Clipboard support
|
||||
TypInfo, // for migration stuff
|
||||
ActnList,
|
||||
StdActns, // for standard action support
|
||||
GraphType
|
||||
{$ifdef LCLCocoa}
|
||||
,CocoaGDIObjects // hack: while using buffered drawing, multiply the context
|
||||
// by the retina scale to achieve the needed scale for Retina
|
||||
// Ideally - not to use Buffered. but Unbuffered drawing
|
||||
// seems to need a fix
|
||||
{$endif}
|
||||
{$ifdef ThemeSupport}
|
||||
, Themes , TmSchema
|
||||
@ -4150,21 +4151,17 @@ implementation
|
||||
{$R laz.virtualtrees.res}
|
||||
|
||||
uses
|
||||
StrUtils, Math,
|
||||
StrUtils, Math
|
||||
{$ifdef EnableOLE}
|
||||
//AxCtrls, // TOLEStream
|
||||
//, AxCtrls // TOLEStream
|
||||
{$endif}
|
||||
{$ifdef Windows}
|
||||
MMSystem, // for animation timer (does not include further resources)
|
||||
, MMSystem // for animation timer (does not include further resources)
|
||||
{$else}
|
||||
laz.FakeMMSystem,
|
||||
, laz.FakeMMSystem
|
||||
{$endif}
|
||||
TypInfo, // for migration stuff
|
||||
ActnList,
|
||||
StdActns, // for standard action support
|
||||
GraphType
|
||||
{$ifdef EnableAccessible}
|
||||
,laz.VTAccessibilityFactory
|
||||
, laz.VTAccessibilityFactory
|
||||
{$endif}; // accessibility helper class
|
||||
|
||||
resourcestring
|
||||
|
Loading…
Reference in New Issue
Block a user