Signed-off-by: Alex Henrie <alexhenri...@gmail.com> --- This field is the current number of processors in the system plus the number of processors that could be added without rebooting.
https://www.geoffchappell.com/studies/windows/km/ntoskrnl/api/ex/sysinfo/processor.htm --- mingw-w64-headers/include/winternl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-headers/include/winternl.h b/mingw-w64-headers/include/winternl.h index f3b8f2d4..0d419802 100644 --- a/mingw-w64-headers/include/winternl.h +++ b/mingw-w64-headers/include/winternl.h @@ -795,7 +795,7 @@ typedef struct _RTL_USER_PROCESS_PARAMETERS { USHORT ProcessorArchitecture; USHORT ProcessorLevel; USHORT ProcessorRevision; - USHORT Unknown; + USHORT MaximumProcessors; ULONG FeatureBits; } SYSTEM_PROCESSOR_INFORMATION, *PSYSTEM_PROCESSOR_INFORMATION; -- 2.29.2 _______________________________________________ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public