Handle GDBMI conditional in windebug unit

git-svn-id: trunk@29724 -
This commit is contained in:
pierre 2015-02-16 20:42:31 +00:00
parent b42f7bea7a
commit c912196ca6

View File

@ -36,7 +36,11 @@ implementation
{$ifndef NODEBUG}
uses
gdbint,
{$ifdef GDBMI}
gdbmiint,
{$else GDBMI}
gdbint,
{$endif GDBMI}
strings,
windows;