mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 06:18:21 +02:00
Debugger: fixed build for non-Windows
This commit is contained in:
parent
5f0317b72e
commit
b20df68c79
@ -49,8 +49,9 @@ uses
|
||||
// IDE Debugger
|
||||
IdeDebuggerStringConstants, BaseDebugManager, EnvironmentOpts, Debugger,
|
||||
DebuggerDlg, IdeDebuggerWatchResPrinter, IdeDebuggerUtils, DebuggerTreeView,
|
||||
IdeDebuggerWatchResult, IdeDebuggerBase, DbgTreeViewWatchData, Controls,
|
||||
ActiveX;
|
||||
IdeDebuggerWatchResult, IdeDebuggerBase, DbgTreeViewWatchData,
|
||||
{$ifdef Windows} ActiveX, {$else} laz.FakeActiveX, {$endif}
|
||||
Controls;
|
||||
|
||||
type
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user