@@ -22,9 +22,10 @@ program fpmake;
{$endif NO_UNIT_PROCESS}
uses
-{$IFNDEF NO_THREADING}
-{$IFDEF UNIX} cthreads, cwstring, {$ENDIF}
-{$ENDIF}
+{$ifdef unix}
+ cwstring,
+ cthreads,
+{$endif}
fpmkunit,
{$IFDEF HAS_UNIT_PROCESS}
process,