浏览代码

+ Define COMPILING_GDBINT_UNIT before including gdblib.inc file

git-svn-id: trunk@14062 -
pierre 15 年之前
父节点
当前提交
e7b84911dd
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/gdbint/src/gdbint.pp

+ 1 - 0
packages/gdbint/src/gdbint.pp

@@ -15,6 +15,7 @@ unit GdbInt;
 
 
 {$mode objfpc}
 {$mode objfpc}
 
 
+{$define COMPILING_GDBINT_UNIT}
 {$ifdef USE_GDBLIBINC}
 {$ifdef USE_GDBLIBINC}
   {$i gdblib.inc}
   {$i gdblib.inc}
 {$else not USE_GDBLIBINC}
 {$else not USE_GDBLIBINC}