Selaa lähdekoodia

+ Define COMPILING_GDBINT_UNIT before including gdblib.inc file

git-svn-id: trunk@14062 -
pierre 15 vuotta sitten
vanhempi
commit
e7b84911dd
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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}