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
c6393968
Commit
c6393968
authored
Apr 13, 2021
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Update PROCESS_BASIC_INFORMATION definition.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
55228c2b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
winternl.h
include/winternl.h
+4
-4
No files found.
include/winternl.h
View file @
c6393968
...
@@ -2040,10 +2040,10 @@ typedef struct _OBJECT_TYPES_INFORMATION
...
@@ -2040,10 +2040,10 @@ typedef struct _OBJECT_TYPES_INFORMATION
typedef
struct
_PROCESS_BASIC_INFORMATION
{
typedef
struct
_PROCESS_BASIC_INFORMATION
{
#ifdef __WINESRC__
#ifdef __WINESRC__
DWORD_PTR
ExitStatus
;
NTSTATUS
ExitStatus
;
P
PEB
PebBaseAddress
;
P
EB
*
PebBaseAddress
;
DWORD
_PTR
AffinityMask
;
ULONG
_PTR
AffinityMask
;
DWORD_PTR
BasePriority
;
LONG
BasePriority
;
ULONG_PTR
UniqueProcessId
;
ULONG_PTR
UniqueProcessId
;
ULONG_PTR
InheritedFromUniqueProcessId
;
ULONG_PTR
InheritedFromUniqueProcessId
;
#else
#else
...
...
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