mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +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 Reserved;
|
||||
USHORT BuildType;
|
||||
ULONG SetMember;
|
||||
KAFFINITY SetMember;
|
||||
UCHAR CpuType;
|
||||
UCHAR CpuID;
|
||||
USHORT CpuStep;
|
||||
|
|
Loading…
Reference in a new issue