Skip to content

Commit f8a832a

Browse files
committed
Party revert r55722: "[CSRSRV]: Some misc cleanup of dead code. No functional change.", which caused MSVC builds to hang on 2nd stage
svn path=/trunk/; revision=55943
1 parent d431e27 commit f8a832a

File tree

1 file changed

+3
-1
lines changed
  • reactos/subsystems/win32/csrss

1 file changed

+3
-1
lines changed

reactos/subsystems/win32/csrss/csrss.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ _main(int argc,
4141
{
4242
KPRIORITY BasePriority = (8 + 1) + 4;
4343
NTSTATUS Status;
44-
ULONG Response;
44+
//ULONG Response;
4545
UNREFERENCED_PARAMETER(envp);
4646
UNREFERENCED_PARAMETER(DebugFlag);
4747

@@ -60,12 +60,14 @@ _main(int argc,
6060
{
6161
/* Raise a hard error */
6262
DPRINT1("CSRSS: Could not raise IOPL: %x\n", Status);
63+
#if 0
6364
Status = NtRaiseHardError(STATUS_IO_PRIVILEGE_FAILED,
6465
0,
6566
0,
6667
NULL,
6768
OptionOk,
6869
&Response);
70+
#endif
6971
}
7072

7173
/* Initialize CSR through CSRSRV */

0 commit comments

Comments
 (0)