mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
[SCHEDSVC] This is a shared process service too
This commit is contained in:
parent
b76d49bcaa
commit
942e79963a
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ HANDLE Events[3] = {NULL, NULL, NULL}; // StopEvent, UpdateEvent, Timer
|
|||
static VOID
|
||||
UpdateServiceStatus(DWORD dwState)
|
||||
{
|
||||
ServiceStatus.dwServiceType = SERVICE_WIN32_OWN_PROCESS;
|
||||
ServiceStatus.dwServiceType = SERVICE_WIN32_SHARE_PROCESS;
|
||||
ServiceStatus.dwCurrentState = dwState;
|
||||
|
||||
if (dwState == SERVICE_PAUSED || dwState == SERVICE_RUNNING)
|
||||
|
|
Loading…
Reference in a new issue