Explorar el Código

* fix also IDE building after fpccrc to fpchash renaming

florian hace 3 años
padre
commit
a41e991a13
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/ide/fpini.pas

+ 1 - 1
packages/ide/fpini.pas

@@ -41,7 +41,7 @@ uses
 {$endif USE_EXTERNAL_COMPILER}
   WConsts,WUtils,WINI,WViews,WEditor,WCEdit,
   {$ifndef NODEBUG}FPDebug,{$endif}FPConst,FPVars,
-  FPIntf,FPTools,FPSwitch,fpccrc;
+  FPIntf,FPTools,FPSwitch,fpchash;
 
 const
   PrinterDevice : string = 'prn';