diff --git a/include/winnt.h b/include/winnt.h index ded01f617f7..c7874ddf7cf 100644 --- a/include/winnt.h +++ b/include/winnt.h @@ -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;