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:
mgaertner
2012-09-07 12:25:44 +00:00
parent 80b84e6c7d
commit c9e610680b

View File

@ -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