[CSRSS] Fix MSVC AMD64 build

This commit is contained in:
George Bișoc
2021-06-25 12:42:02 +02:00
parent 03636df1e3
commit e8277e51e2
+2
View File
@@ -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);