mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 21:00:23 +02:00
Add cthreads if compiled for unix by Fredvs
This commit is contained in:
parent
097a96f950
commit
7ae19d4eac
@ -37,6 +37,9 @@ program fpd;
|
||||
{$mode objfpc}{$H+}
|
||||
{$APPTYPE CONSOLE}
|
||||
uses
|
||||
{$ifdef unix}
|
||||
cthreads,
|
||||
{$endif}
|
||||
SysUtils,
|
||||
CustApp,
|
||||
{$ifdef windows}
|
||||
|
Loading…
Reference in New Issue
Block a user