mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-03 12:59:40 +01:00
mtprocs: fixed 64bit windows compilation
git-svn-id: trunk@38555 -
This commit is contained in:
parent
c391dad785
commit
2404c9e445
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user