From c912196ca6995f1b0fbc91d1ad4a877dbd3a7cdc Mon Sep 17 00:00:00 2001 From: pierre Date: Mon, 16 Feb 2015 20:42:31 +0000 Subject: [PATCH] Handle GDBMI conditional in windebug unit git-svn-id: trunk@29724 - --- ide/windebug.pas | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ide/windebug.pas b/ide/windebug.pas index 1e06f12636..8a067a7dd6 100644 --- a/ide/windebug.pas +++ b/ide/windebug.pas @@ -36,7 +36,11 @@ implementation {$ifndef NODEBUG} uses - gdbint, + {$ifdef GDBMI} + gdbmiint, + {$else GDBMI} + gdbint, + {$endif GDBMI} strings, windows;