mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
[CSRSS] Fix MSVC AMD64 build
This commit is contained in:
parent
03636df1e3
commit
e8277e51e2
1 changed files with 2 additions and 0 deletions
|
@ -43,7 +43,9 @@ _main(int argc,
|
|||
{
|
||||
KPRIORITY BasePriority = (8 + 1) + 4;
|
||||
NTSTATUS Status;
|
||||
#if defined (_X86_)
|
||||
ULONG Response;
|
||||
#endif
|
||||
UNREFERENCED_PARAMETER(envp);
|
||||
UNREFERENCED_PARAMETER(DebugFlag);
|
||||
|
||||
|
|
Loading…
Reference in a new issue