Commit 614e4e4a authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Fix/update the TOKEN_STATISTICS check.

parent 7421a7b5
......@@ -1838,7 +1838,7 @@ static void test_pack_TOKEN_STATISTICS(void)
/* TOKEN_STATISTICS (pack 4) */
TEST_FIELD(TOKEN_STATISTICS, LUID, TokenId, 0, 8, 4);
TEST_FIELD(TOKEN_STATISTICS, LUID, AuthenticationId, 8, 8, 4);
TEST_FIELD(TOKEN_STATISTICS, LARGE_INTEGER, ExpirationTime, 16, 8, 8);
TEST_FIELD(TOKEN_STATISTICS, LARGE_INTEGER, ExpirationTime, 16, 8, 4);
}
static void test_pack_TOKEN_USER(void)
......
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