mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 16:40:28 +02:00
* If LZX_USETHREADS is set, include cthreads in chmcmd main program.
git-svn-id: trunk@26391 -
This commit is contained in:
parent
68af0bdd40
commit
87775845f2
@ -23,7 +23,7 @@ program chmcmd;
|
|||||||
{$mode objfpc}{$H+}
|
{$mode objfpc}{$H+}
|
||||||
|
|
||||||
uses
|
uses
|
||||||
Classes, Sysutils, chmfilewriter, GetOpts;
|
{$ifdef LZX_USETHREADS}{$ifdef Unix}cthreads,{$endif}{$endif} Classes, Sysutils, chmfilewriter, GetOpts;
|
||||||
|
|
||||||
Const
|
Const
|
||||||
CHMCMDVersion = '2.6.1';
|
CHMCMDVersion = '2.6.1';
|
||||||
|
Loading…
Reference in New Issue
Block a user