mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 04:12:34 +02:00
FpDbg: Removed unused windows from uses and added some units to fix compilation on Windows.
git-svn-id: trunk@44424 -
This commit is contained in:
parent
82b4f80321
commit
ade43d3625
@ -40,13 +40,14 @@ uses
|
||||
SysUtils,
|
||||
{$ifdef windows}
|
||||
Windows,
|
||||
FpDbgWinClasses,
|
||||
{$endif}
|
||||
FPDCommand,
|
||||
FPDGlobal,
|
||||
FPDLoop,
|
||||
FPDPEImage,
|
||||
FPDType,
|
||||
FpDbgClasses, FpDbgPETypes, FpDbgDwarfConst, FpDbgDwarf;
|
||||
FpDbgClasses,
|
||||
FpDbgDwarfConst,
|
||||
FpDbgDwarf;
|
||||
|
||||
{$ifdef windows}
|
||||
function CtrlCHandler(CtrlType: Cardinal): BOOL; stdcall;
|
||||
|
@ -36,7 +36,7 @@ unit FPDGlobal;
|
||||
interface
|
||||
|
||||
uses
|
||||
SysUtils, FPDType, Maps, FpDbgUtil, FpDbgClasses;
|
||||
SysUtils, Maps, FpDbgUtil, FpDbgClasses;
|
||||
|
||||
type
|
||||
TFPDImageInfo = (iiNone, iiName, iiDetail);
|
||||
|
@ -37,7 +37,7 @@ unit FPDPEImage;
|
||||
interface
|
||||
|
||||
uses
|
||||
Windows, SysUtils, FPDGLobal, FpDbgInfo, FpDbgClasses, FpDbgPETypes, DbgIntfBaseTypes;
|
||||
Windows, SysUtils, FPDGLobal, FpDbgInfo, FpDbgClasses, FpDbgPETypes, DbgIntfBaseTypes, FpDbgUtil;
|
||||
|
||||
procedure DumpPEImage(const AProcessHandle: THandle; const AAddress: TDbgPtr);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user