mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 00:27:13 +00:00
- Revert r41389
svn path=/trunk/; revision=41395
This commit is contained in:
parent
ae25fbb981
commit
0bf97bff06
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ StartServicesManager(VOID)
|
||||||
NULL,
|
NULL,
|
||||||
NULL,
|
NULL,
|
||||||
FALSE,
|
FALSE,
|
||||||
DETACHED_PROCESS | ABOVE_NORMAL_PRIORITY_CLASS,
|
DETACHED_PROCESS,
|
||||||
NULL,
|
NULL,
|
||||||
NULL,
|
NULL,
|
||||||
&StartupInfo,
|
&StartupInfo,
|
||||||
|
@ -97,7 +97,7 @@ StartLsass(VOID)
|
||||||
NULL,
|
NULL,
|
||||||
NULL,
|
NULL,
|
||||||
FALSE,
|
FALSE,
|
||||||
DETACHED_PROCESS | ABOVE_NORMAL_PRIORITY_CLASS,
|
DETACHED_PROCESS,
|
||||||
NULL,
|
NULL,
|
||||||
NULL,
|
NULL,
|
||||||
&StartupInfo,
|
&StartupInfo,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue