mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 15:01:06 +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+}
|
{$mode objfpc}{$H+}
|
||||||
{$APPTYPE CONSOLE}
|
{$APPTYPE CONSOLE}
|
||||||
uses
|
uses
|
||||||
|
{$ifdef unix}
|
||||||
|
cthreads,
|
||||||
|
{$endif}
|
||||||
SysUtils,
|
SysUtils,
|
||||||
CustApp,
|
CustApp,
|
||||||
{$ifdef windows}
|
{$ifdef windows}
|
||||||
|
Loading…
Reference in New Issue
Block a user