mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +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;
|
KPRIORITY BasePriority = (8 + 1) + 4;
|
||||||
NTSTATUS Status;
|
NTSTATUS Status;
|
||||||
|
#if defined (_X86_)
|
||||||
ULONG Response;
|
ULONG Response;
|
||||||
|
#endif
|
||||||
UNREFERENCED_PARAMETER(envp);
|
UNREFERENCED_PARAMETER(envp);
|
||||||
UNREFERENCED_PARAMETER(DebugFlag);
|
UNREFERENCED_PARAMETER(DebugFlag);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue