浏览代码

* Add cthreads

Michaël Van Canneyt 2 年之前
父节点
当前提交
6bd8388fb4
共有 1 个文件被更改,包括 5 次插入1 次删除
  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);