mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
Fix compilation
svn path=/trunk/; revision=13244
This commit is contained in:
@@ -356,7 +356,11 @@ CreateInitialSystemToken(HANDLE* phSystemToken)
|
||||
|
||||
LARGE_INTEGER tkExpiration;
|
||||
|
||||
#if 0 /* FIXME */
|
||||
LUID authId = SYSTEM_LUID;
|
||||
#else
|
||||
LUID authId = { 0x3E7, 0x0 };
|
||||
#endif
|
||||
|
||||
TOKEN_SOURCE source =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user