Merge pull request #2192 from apense/devel

Corrected SYSTEM_INFO structure to match pointer type on 64-bit systems
This commit is contained in:
Andreas Rumpf
2015-02-22 21:24:59 +01:00

View File

@@ -11616,7 +11616,7 @@ type
dwPageSize*: DWORD
lpMinimumApplicationAddress*: LPVOID
lpMaximumApplicationAddress*: LPVOID
dwActiveProcessorMask*: DWORD
dwActiveProcessorMask*: DWORD_PTR
dwNumberOfProcessors*: DWORD
dwProcessorType*: DWORD
dwAllocationGranularity*: DWORD