VirtualTreeview: Move LCL implementation units in laz.VirtualTrees to interface uses section. Fixes building Laz/main with FPC/main.

This commit is contained in:
wp_xyz 2024-05-26 00:54:50 +02:00
parent 2751fd6fe7
commit 3635aa3044

View File

@ -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