Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
75286b0a
Commit
75286b0a
authored
Oct 22, 2015
by
Nikolay Sivov
Committed by
Alexandre Julliard
Oct 23, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
>
parent
4fb840b6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
winnt.h
include/winnt.h
+3
-2
No files found.
include/winnt.h
View file @
75286b0a
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment