mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +00:00
[NTOS:SE] Fix MSVC build
This commit is contained in:
parent
93381263a1
commit
8e0da736b7
1 changed files with 1 additions and 1 deletions
|
@ -481,7 +481,7 @@ NtQueryInformationToken(
|
|||
NTSTATUS Status;
|
||||
KPROCESSOR_MODE PreviousMode;
|
||||
PTOKEN Token;
|
||||
ULONG RequiredLength;
|
||||
ULONG RequiredLength = 0;
|
||||
union
|
||||
{
|
||||
PSID PSid;
|
||||
|
|
Loading…
Reference in a new issue