Browse Source

* Add cthreads

Michaël Van Canneyt 2 năm trước cách đây
mục cha
commit
6bd8388fb4
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 5 1
      utils/dxegen/fpmake.pp

+ 5 - 1
utils/dxegen/fpmake.pp

@@ -2,7 +2,11 @@
 {$mode objfpc}{$H+}
 program fpmake;
 
-uses fpmkunit;
+uses 
+  {$ifdef unix}
+  cthreads,
+  {$endif}
+  fpmkunit;
 {$endif ALLPACKAGES}
 
 procedure add_dxegen(const ADirectory: string);