mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
Changed the type of SetMember within KPRCB structure.
svn path=/trunk/; revision=16623
This commit is contained in:
parent
6d83f83840
commit
08e09be28a
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ typedef struct _KPRCB
|
||||||
UCHAR Number;
|
UCHAR Number;
|
||||||
UCHAR Reserved;
|
UCHAR Reserved;
|
||||||
USHORT BuildType;
|
USHORT BuildType;
|
||||||
ULONG SetMember;
|
KAFFINITY SetMember;
|
||||||
UCHAR CpuType;
|
UCHAR CpuType;
|
||||||
UCHAR CpuID;
|
UCHAR CpuID;
|
||||||
USHORT CpuStep;
|
USHORT CpuStep;
|
||||||
|
|
Loading…
Reference in a new issue