mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 23:19:29 +02:00
unix needs threading unit
git-svn-id: trunk@6431 -
This commit is contained in:
parent
12a73210fc
commit
94754dccd3
@ -35,9 +35,13 @@
|
||||
program Synchronize;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$threading on}
|
||||
|
||||
uses
|
||||
Interfaces, Classes, StdCtrls, Forms, Buttons, Menus, ComCtrls,
|
||||
{$ifdef UNIX}
|
||||
cthreads,
|
||||
{$endif}
|
||||
SysUtils, Extctrls;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user