mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 10:49:09 +02:00
* Same for fpdoc, include cthreads if LZX_USETHREADS
git-svn-id: trunk@26392 -
This commit is contained in:
parent
87775845f2
commit
1e98620c2e
@ -18,6 +18,11 @@
|
|||||||
program FPDoc;
|
program FPDoc;
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
{$ifdef LZX_USETHREADS}
|
||||||
|
{$ifdef Unix}
|
||||||
|
CThreads,
|
||||||
|
{$endif}
|
||||||
|
{$endif}
|
||||||
{$ifdef unix}
|
{$ifdef unix}
|
||||||
cwstring,
|
cwstring,
|
||||||
{$endif}
|
{$endif}
|
||||||
|
Loading…
Reference in New Issue
Block a user