mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 04:09:20 +02:00
Handle GDBMI conditional in windebug unit
git-svn-id: trunk@29724 -
This commit is contained in:
parent
b42f7bea7a
commit
c912196ca6
@ -36,7 +36,11 @@ implementation
|
||||
{$ifndef NODEBUG}
|
||||
|
||||
uses
|
||||
gdbint,
|
||||
{$ifdef GDBMI}
|
||||
gdbmiint,
|
||||
{$else GDBMI}
|
||||
gdbint,
|
||||
{$endif GDBMI}
|
||||
strings,
|
||||
windows;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user