瀏覽代碼

+ Define COMPILING_GDBINT_UNIT before including gdblib.inc file

git-svn-id: trunk@14062 -
pierre 16 年之前
父節點
當前提交
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}
 
+{$define COMPILING_GDBINT_UNIT}
 {$ifdef USE_GDBLIBINC}
   {$i gdblib.inc}
 {$else not USE_GDBLIBINC}