- Remove padding member from ETHREAD, it's not needed anymore after KTHREAD has been fixed.

svn path=/trunk/; revision=41545
This commit is contained in:
Aleksey Bragin 2009-06-22 14:09:16 +00:00
parent 5c0ec477eb
commit 9152e0286c

View file

@ -1036,7 +1036,6 @@ typedef struct _PSP_RATE_APC
typedef struct _ETHREAD typedef struct _ETHREAD
{ {
KTHREAD Tcb; KTHREAD Tcb;
PVOID Padding;
LARGE_INTEGER CreateTime; LARGE_INTEGER CreateTime;
union union
{ {