mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 14:51:00 +00:00
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
This commit is contained in:
parent
d431e272f8
commit
f8a832a4ea
1 changed files with 3 additions and 1 deletions
|
@ -41,7 +41,7 @@ _main(int argc,
|
|||
{
|
||||
KPRIORITY BasePriority = (8 + 1) + 4;
|
||||
NTSTATUS Status;
|
||||
ULONG Response;
|
||||
//ULONG Response;
|
||||
UNREFERENCED_PARAMETER(envp);
|
||||
UNREFERENCED_PARAMETER(DebugFlag);
|
||||
|
||||
|
@ -60,12 +60,14 @@ _main(int argc,
|
|||
{
|
||||
/* Raise a hard error */
|
||||
DPRINT1("CSRSS: Could not raise IOPL: %x\n", Status);
|
||||
#if 0
|
||||
Status = NtRaiseHardError(STATUS_IO_PRIVILEGE_FAILED,
|
||||
0,
|
||||
0,
|
||||
NULL,
|
||||
OptionOk,
|
||||
&Response);
|
||||
#endif
|
||||
}
|
||||
|
||||
/* Initialize CSR through CSRSRV */
|
||||
|
|
Loading…
Reference in a new issue