include: Update PROCESS_BASIC_INFORMATION definition.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
55228c2b2c
commit
c639396875
include
|
@ -2040,10 +2040,10 @@ typedef struct _OBJECT_TYPES_INFORMATION
|
|||
|
||||
typedef struct _PROCESS_BASIC_INFORMATION {
|
||||
#ifdef __WINESRC__
|
||||
DWORD_PTR ExitStatus;
|
||||
PPEB PebBaseAddress;
|
||||
DWORD_PTR AffinityMask;
|
||||
DWORD_PTR BasePriority;
|
||||
NTSTATUS ExitStatus;
|
||||
PEB *PebBaseAddress;
|
||||
ULONG_PTR AffinityMask;
|
||||
LONG BasePriority;
|
||||
ULONG_PTR UniqueProcessId;
|
||||
ULONG_PTR InheritedFromUniqueProcessId;
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue