* chmcmd enable widestring manager for Linux. Binaries are now libc dependent.

patch by C western, mantis #36247

git-svn-id: trunk@43361 -
This commit is contained in:
marco 2019-11-02 13:54:16 +00:00
parent 00e358f15a
commit 8bf9854dbe

View File

@ -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%};