mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
- 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:
parent
5c0ec477eb
commit
9152e0286c
1 changed files with 0 additions and 1 deletions
|
@ -1036,7 +1036,6 @@ typedef struct _PSP_RATE_APC
|
|||
typedef struct _ETHREAD
|
||||
{
|
||||
KTHREAD Tcb;
|
||||
PVOID Padding;
|
||||
LARGE_INTEGER CreateTime;
|
||||
union
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue