mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 17:31:23 +08:00
[NTOS:SE] Fix MSVC build
This commit is contained in:
@@ -481,7 +481,7 @@ NtQueryInformationToken(
|
||||
NTSTATUS Status;
|
||||
KPROCESSOR_MODE PreviousMode;
|
||||
PTOKEN Token;
|
||||
ULONG RequiredLength;
|
||||
ULONG RequiredLength = 0;
|
||||
union
|
||||
{
|
||||
PSID PSid;
|
||||
|
||||
Reference in New Issue
Block a user