mtprocs: fixed 64bit windows compilation

git-svn-id: trunk@38555 -
This commit is contained in:
mattias 2012-09-07 12:26:40 +00:00
parent c391dad785
commit 2404c9e445

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