ntdll/tests/generated.c fix

Francois Gouget fgouget at free.fr
Tue Aug 31 21:29:39 CDT 2004


Somehow the TOKEN_STATISTICS.ExpirationTime alignment check was
incorrect. It both on Windows and in Wine. Maybe I missed that bit in my
previous generated.c sync.


Changelog:

 * dlls/ntdll/tests/generated.c

   Fix/update the TOKEN_STATISTICS check.


-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
                            $live{free} || die "";
-------------- next part --------------
Index: dlls/ntdll/tests/generated.c
===================================================================
RCS file: /var/cvs/wine/dlls/ntdll/tests/generated.c,v
retrieving revision 1.18
diff -u -r1.18 generated.c
--- dlls/ntdll/tests/generated.c	25 Aug 2004 00:42:51 -0000	1.18
+++ dlls/ntdll/tests/generated.c	1 Sep 2004 01:25:43 -0000
@@ -1838,7 +1838,7 @@
     /* 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)


More information about the wine-patches mailing list