mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 21:00:30 +02:00
* 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:
parent
00e358f15a
commit
8bf9854dbe
@ -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%};
|
||||
|
Loading…
Reference in New Issue
Block a user