Skip to content

Commit 831e2ff

Browse files
committed
Update SYSTEM_PROCESSOR_INFORMATION fields
1 parent d8791d8 commit 831e2ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phnt/include/ntexapi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1399,7 +1399,7 @@ typedef struct _SYSTEM_PROCESSOR_INFORMATION
13991399
USHORT ProcessorArchitecture;
14001400
USHORT ProcessorLevel;
14011401
USHORT ProcessorRevision;
1402-
USHORT Reserved;
1402+
USHORT ProcessorCount;
14031403
ULONG ProcessorFeatureBits;
14041404
} SYSTEM_PROCESSOR_INFORMATION, *PSYSTEM_PROCESSOR_INFORMATION;
14051405

0 commit comments

Comments
 (0)