You've already forked lazarus-ccr
mtprocs: fixed 64bit windows compilation
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2508 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -46,7 +46,7 @@ function GetSystemThreadCount: integer;
|
||||
//returns total number of processors available to system including logical hyperthreaded processors
|
||||
var
|
||||
i: Integer;
|
||||
ProcessAffinityMask, SystemAffinityMask: DWORD;
|
||||
ProcessAffinityMask, SystemAffinityMask: DWORD_PTR;
|
||||
Mask: DWORD;
|
||||
SystemInfo: SYSTEM_INFO;
|
||||
begin
|
||||
|
Reference in New Issue
Block a user