Browse Source

Handle GDBMI conditional in windebug unit

git-svn-id: trunk@29724 -
pierre 10 years ago
parent
commit
c912196ca6
1 changed files with 5 additions and 1 deletions
  1. 5 1
      ide/windebug.pas

+ 5 - 1
ide/windebug.pas

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