[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
No known key found for this signature in database
GPG key ID: 688C4FBE25D7DEF6

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);