Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 14, 2016, 6:08:13 PM (8 years ago)
Author:
landauf
Message:

fixed code to compile in 64bit mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/core/Core.cc

    r11071 r11115  
    433433        unsigned int coreNr = limitToCPU - 1;
    434434        // Get the current process core mask
    435         DWORD procMask;
    436         DWORD sysMask;
     435        ULONG_PTR procMask;
     436        ULONG_PTR sysMask;
    437437#  if _MSC_VER >= 1400 && defined (_M_X64)
    438438        GetProcessAffinityMask(GetCurrentProcess(), (PDWORD_PTR)&procMask, (PDWORD_PTR)&sysMask);
Note: See TracChangeset for help on using the changeset viewer.