include: Fix a couple of logical processor info structures.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Nikolay Sivov 2015-10-22 17:39:56 +03:00 committed by Alexandre Julliard
parent 4fb840b614
commit 75286b0ac7
1 changed files with 3 additions and 2 deletions

View File

@ -5822,12 +5822,12 @@ typedef struct _PROCESSOR_NUMBER
typedef struct _PROCESSOR_RELATIONSHIP
{
BYTE Flags;
BYTE Reserved[21];
BYTE EfficiencyClass;
BYTE Reserved[20];
WORD GroupCount;
GROUP_AFFINITY GroupMask[ANYSIZE_ARRAY];
} PROCESSOR_RELATIONSHIP, *PPROCESSOR_RELATIONSHIP;
typedef struct _NUMA_NODE_RELATIONSHIP
{
DWORD NodeNumber;
@ -5840,6 +5840,7 @@ typedef struct _CACHE_RELATIONSHIP
BYTE Level;
BYTE Associativity;
WORD LineSize;
DWORD CacheSize;
PROCESSOR_CACHE_TYPE Type;
BYTE Reserved[20];
GROUP_AFFINITY GroupMask;