Browse Source

+ Define COMPILING_GDBINT_UNIT before including gdblib.inc file

git-svn-id: trunk@14062 -
pierre 16 năm trước cách đây
mục cha
commit
e7b84911dd
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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}