Commit c6393968 authored by Alexandre Julliard's avatar Alexandre Julliard

include: Update PROCESS_BASIC_INFORMATION definition.

parent 55228c2b
...@@ -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;
PPEB PebBaseAddress; PEB *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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment