Explorar o código

* chmcmd enable widestring manager for Linux. Binaries are now libc dependent.
patch by C western, mantis #36247

git-svn-id: trunk@43361 -

marco %!s(int64=5) %!d(string=hai) anos
pai
achega
8bf9854dbe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/chm/src/chmcmd.lpr

+ 1 - 1
packages/chm/src/chmcmd.lpr

@@ -23,7 +23,7 @@ program chmcmd;
 {$mode objfpc}{$H+}
 
 uses
-  {$ifdef Unix}cthreads,{$endif} Classes, Sysutils, chmfilewriter, GetOpts;
+  {$ifdef Unix}cthreads, cwstring, {$endif} Classes, Sysutils, chmfilewriter, GetOpts;
 
 Const
   CHMCMDVersion = {$I %FPCVERSION%};