mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-20 14:29:21 +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}
|
{$ifndef NODEBUG}
|
||||||
|
|
||||||
uses
|
uses
|
||||||
gdbint,
|
{$ifdef GDBMI}
|
||||||
|
gdbmiint,
|
||||||
|
{$else GDBMI}
|
||||||
|
gdbint,
|
||||||
|
{$endif GDBMI}
|
||||||
strings,
|
strings,
|
||||||
windows;
|
windows;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user