Add cthreads if compiled for unix by Fredvs

This commit is contained in:
ccrause 2021-11-20 12:42:18 +02:00
parent 097a96f950
commit 7ae19d4eac

View File

@ -37,6 +37,9 @@ program fpd;
{$mode objfpc}{$H+}
{$APPTYPE CONSOLE}
uses
{$ifdef unix}
cthreads,
{$endif}
SysUtils,
CustApp,
{$ifdef windows}