Author: akhaldi Date: Sun May 16 00:50:07 2010 New Revision: 47230
URL: http://svn.reactos.org/svn/reactos?rev=47230&view=rev Log: [PSDK] - Bring back TOKEN_STATISTICS alignment inclusions.
Modified: branches/header-work/include/psdk/winnt.h
Modified: branches/header-work/include/psdk/winnt.h URL: http://svn.reactos.org/svn/reactos/branches/header-work/include/psdk/winnt.h... ============================================================================== --- branches/header-work/include/psdk/winnt.h [iso-8859-1] (original) +++ branches/header-work/include/psdk/winnt.h [iso-8859-1] Sun May 16 00:50:07 2010 @@ -3110,6 +3110,7 @@ TokenImpersonation } TOKEN_TYPE,*PTOKEN_TYPE;
+#include <pshpack4.h> typedef struct _TOKEN_STATISTICS { LUID TokenId; LUID AuthenticationId; @@ -3122,6 +3123,7 @@ DWORD PrivilegeCount; LUID ModifiedId; } TOKEN_STATISTICS, *PTOKEN_STATISTICS; +#include <poppack.h>
typedef struct _TOKEN_USER { SID_AND_ATTRIBUTES User;