Author: fireball Date: Mon Jun 22 18:09:16 2009 New Revision: 41545
URL: http://svn.reactos.org/svn/reactos?rev=41545&view=rev Log: - Remove padding member from ETHREAD, it's not needed anymore after KTHREAD has been fixed.
Modified: trunk/reactos/include/ndk/pstypes.h
Modified: trunk/reactos/include/ndk/pstypes.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ndk/pstypes.h?rev=4... ============================================================================== --- trunk/reactos/include/ndk/pstypes.h [iso-8859-1] (original) +++ trunk/reactos/include/ndk/pstypes.h [iso-8859-1] Mon Jun 22 18:09:16 2009 @@ -1036,7 +1036,6 @@ typedef struct _ETHREAD { KTHREAD Tcb; - PVOID Padding; LARGE_INTEGER CreateTime; union {