Skip to content

Commit

Permalink
Fix CAPI_Parallel for FPC
Browse files Browse the repository at this point in the history
  • Loading branch information
PMeira committed Feb 16, 2018
1 parent 5cc6711 commit 30c4ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pm/CAPI_Parallel.pas
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ procedure Parallel_Set_ConcatenateReports(Value: Integer);cdecl;

IMPLEMENTATION

USES CAPI_Constants, DSSGlobals, Executive, SysUtils, solution, CktElement, ParserDel, KLUSolve, System.Classes;
USES CAPI_Constants, DSSGlobals, Executive, SysUtils, solution, CktElement, ParserDel, KLUSolve, Classes;

function Parallel_Get_NumCPUs():Integer;cdecl;
Begin
Expand Down

0 comments on commit 30c4ef7

Please sign in to comment.