Browse Source

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

git-svn-id: trunk@43361 -

marco 5 years ago
parent
commit
8bf9854dbe
1 changed files with 1 additions and 1 deletions
  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%};