[CSRSS] Fix MSVC AMD64 build
authorGeorge Bișoc <george.bisoc@reactos.org>
Fri, 25 Jun 2021 10:42:02 +0000 (12:42 +0200)
committerGeorge Bișoc <george.bisoc@reactos.org>
Fri, 25 Jun 2021 10:42:02 +0000 (12:42 +0200)
subsystems/win32/csrss/csrss.c

index 7dd97df..a4205d5 100644 (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);