Explorar o código

Handle GDBMI conditional in windebug unit

git-svn-id: trunk@29724 -
pierre %!s(int64=10) %!d(string=hai) anos
pai
achega
c912196ca6
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  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;