mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
Fix compilation
svn path=/trunk/; revision=13244
This commit is contained in:
parent
c8f0cffff4
commit
1aef2603e8
1 changed files with 4 additions and 0 deletions
|
@ -356,7 +356,11 @@ CreateInitialSystemToken(HANDLE* phSystemToken)
|
||||||
|
|
||||||
LARGE_INTEGER tkExpiration;
|
LARGE_INTEGER tkExpiration;
|
||||||
|
|
||||||
|
#if 0 /* FIXME */
|
||||||
LUID authId = SYSTEM_LUID;
|
LUID authId = SYSTEM_LUID;
|
||||||
|
#else
|
||||||
|
LUID authId = { 0x3E7, 0x0 };
|
||||||
|
#endif
|
||||||
|
|
||||||
TOKEN_SOURCE source =
|
TOKEN_SOURCE source =
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue