We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d431e27 commit f8a832aCopy full SHA for f8a832a
reactos/subsystems/win32/csrss/csrss.c
@@ -41,7 +41,7 @@ _main(int argc,
41
{
42
KPRIORITY BasePriority = (8 + 1) + 4;
43
NTSTATUS Status;
44
- ULONG Response;
+ //ULONG Response;
45
UNREFERENCED_PARAMETER(envp);
46
UNREFERENCED_PARAMETER(DebugFlag);
47
@@ -60,12 +60,14 @@ _main(int argc,
60
61
/* Raise a hard error */
62
DPRINT1("CSRSS: Could not raise IOPL: %x\n", Status);
63
+#if 0
64
Status = NtRaiseHardError(STATUS_IO_PRIVILEGE_FAILED,
65
0,
66
67
NULL,
68
OptionOk,
69
&Response);
70
+#endif
71
}
72
73
/* Initialize CSR through CSRSRV */
0 commit comments