mirror of https://gitlab.com/basile.b/dexed.git
use cthread otherwise d cant be executed in auxiliary fpc TThreads
This commit is contained in:
parent
64a2530072
commit
83ca2ded4c
|
@ -3,9 +3,9 @@ program dexed;
|
|||
{$mode objfpc}{$H+}
|
||||
|
||||
uses
|
||||
{$IFDEF UNIX}{$IFDEF UseCThreads}
|
||||
{$IFDEF UNIX}//{$IFDEF UseCThreads}
|
||||
cthreads,
|
||||
{$ENDIF}{$ENDIF}
|
||||
{$ENDIF}//{$ENDIF}
|
||||
Interfaces, Forms, lazcontrols, runtimetypeinfocontrols, anchordockpkg,
|
||||
tachartlazaruspkg, u_sharedres, u_dexed_d, u_observer, u_libman,
|
||||
u_symstring, u_tools, u_dcd, u_main, u_writableComponent,
|
||||
|
|
Loading…
Reference in New Issue