Changed the type of SetMember within KPRCB structure.

svn path=/trunk/; revision=16623
This commit is contained in:
Hartmut Birr 2005-07-17 18:08:19 +00:00
parent 6d83f83840
commit 08e09be28a

View file

@ -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;