FPDebug: conditional usage of windows unit / updates following fpdebug (again)

git-svn-id: trunk@44098 -
This commit is contained in:
martin 2014-02-16 14:51:02 +00:00
parent e38b958e04
commit e6d188e7c5

View File

@ -9,7 +9,10 @@ unit FpGdbmiDebugger;
interface
uses
Classes, windows, sysutils, math, FpdMemoryTools, FpDbgInfo, FpDbgClasses, GDBMIDebugger,
{$IFdef WithWinMemReader}
windows,
{$ENDIF}
Classes, sysutils, math, FpdMemoryTools, FpDbgInfo, FpDbgClasses, GDBMIDebugger,
BaseDebugManager, DbgIntfBaseTypes, DbgIntfDebuggerBase, Debugger, GDBMIMiscClasses,
GDBTypeInfo, maps, LCLProc, Forms, FpDbgLoader, FpDbgDwarf, FpDbgDwarfConst, LazLoggerBase,
LazLoggerProfiling, LazClasses, FpPascalParser, FpPascalBuilder;