Nikolay Sivov : include: Fix a couple of logical processor info structures.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Oct 23 09:57:27 CDT 2015


Module: wine
Branch: master
Commit: 75286b0ac7e72d375e1edb2fe7f858699cd80b50
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=75286b0ac7e72d375e1edb2fe7f858699cd80b50

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Thu Oct 22 17:39:56 2015 +0300

include: Fix a couple of logical processor info structures.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/winnt.h | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/include/winnt.h b/include/winnt.h
index ded01f6..c7874dd 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;




More information about the wine-cvs mailing list