unix needs threading unit

git-svn-id: trunk@6431 -
This commit is contained in:
micha 2004-12-28 14:31:27 +00:00
parent 12a73210fc
commit 94754dccd3

View File

@ -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;