Browse Source

* always enable threads on Unix-like targets

git-svn-id: trunk@41308 -
svenbarth 6 years ago
parent
commit
7364cd59b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/webtbs/tw35027.pp

+ 1 - 1
tests/webtbs/tw35027.pp

@@ -1,7 +1,7 @@
 program tw35027;
 program tw35027;
 {$mode objfpc}{$H+}
 {$mode objfpc}{$H+}
 uses
 uses
-  {$IFDEF UNIX}{$IFDEF UseCThreads} cthreads, {$ENDIF}{$ENDIF}
+  {$IFDEF UNIX}cthreads,{$ENDIF}
   Classes, sysutils, syncobjs;
   Classes, sysutils, syncobjs;
 
 
 type
 type