Explorar o código

* Allow to work with unicodertl

Michael VAN CANNEYT %!s(int64=2) %!d(string=hai) anos
pai
achega
8189ae5ba8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/fpmake.pp

+ 1 - 1
packages/fpmake.pp

@@ -4,7 +4,7 @@
 {$mode objfpc}{$H+}
 program fpmake;
 
-uses {$ifdef unix}cthreads,{$endif} sysutils, Classes, fpmkunit;
+uses {$ifdef unix}cwstring,cthreads,{$endif} sysutils, Classes, fpmkunit;
 
 Var
   TBuild,T : TTarget;