ソースを参照

Handle GDBMI conditional in windebug unit

git-svn-id: trunk@29724 -
pierre 10 年 前
コミット
c912196ca6
1 ファイル変更5 行追加1 行削除
  1. 5 1
      ide/windebug.pas

+ 5 - 1
ide/windebug.pas

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