Commit 9bf729b7 authored by Alexandre Julliard's avatar Alexandre Julliard

Fixed alignment of TOKEN_STATISTICS.

parent 1b304178
...@@ -3101,6 +3101,7 @@ typedef struct _SECURITY_QUALITY_OF_SERVICE { ...@@ -3101,6 +3101,7 @@ typedef struct _SECURITY_QUALITY_OF_SERVICE {
* TOKEN_STATISTICS * TOKEN_STATISTICS
*/ */
#include <pshpack4.h>
typedef struct _TOKEN_STATISTICS { typedef struct _TOKEN_STATISTICS {
LUID TokenId; LUID TokenId;
LUID AuthenticationId; LUID AuthenticationId;
...@@ -3113,6 +3114,7 @@ typedef struct _TOKEN_STATISTICS { ...@@ -3113,6 +3114,7 @@ typedef struct _TOKEN_STATISTICS {
DWORD PrivilegeCount; DWORD PrivilegeCount;
LUID ModifiedId; LUID ModifiedId;
} TOKEN_STATISTICS; } TOKEN_STATISTICS;
#include <poppack.h>
/* /*
* ACLs of NT * ACLs of NT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment