Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
7e564c43
Commit
7e564c43
authored
Sep 22, 2020
by
Nikolay Sivov
Committed by
Alexandre Julliard
Sep 22, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add an entry for ProcessIoPriority.
Signed-off-by:
Nikolay Sivov
<
nsivov@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
1c84ac61
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
process.c
dlls/kernel32/tests/process.c
+1
-1
winternl.h
include/winternl.h
+1
-0
No files found.
dlls/kernel32/tests/process.c
View file @
7e564c43
...
...
@@ -3685,7 +3685,7 @@ static void test_process_info(HANDLE hproc)
case
ProcessPriorityClass
:
case
ProcessPriorityBoost
:
case
ProcessLUIDDeviceMapsEnabled
:
case
33
/* ProcessIoPriority */
:
case
ProcessIoPriority
:
case
ProcessIoCounters
:
case
ProcessVmCounters
:
case
ProcessWow64Information
:
...
...
include/winternl.h
View file @
7e564c43
...
...
@@ -1153,6 +1153,7 @@ typedef enum _PROCESSINFOCLASS {
ProcessDebugObjectHandle
=
30
,
ProcessDebugFlags
=
31
,
ProcessHandleTracing
=
32
,
ProcessIoPriority
=
33
,
ProcessExecuteFlags
=
34
,
ProcessTlsInformation
=
35
,
ProcessCookie
=
36
,
...
...
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