msi: Fix a typo.

This commit is contained in:
James Hawkins 2008-03-24 16:16:58 -05:00 committed by Alexandre Julliard
parent 51c9d050cf
commit ddfefc036f
1 changed files with 1 additions and 1 deletions

View File

@ -4771,7 +4771,7 @@ static UINT ITERATE_StopService(MSIRECORD *rec, LPVOID param)
stop_service_dependents(scm, service);
if (!ControlService(service, SERVICE_STOP, &status))
if (!ControlService(service, SERVICE_CONTROL_STOP, &status))
WARN("Failed to stop service (%s): %d\n", debugstr_w(name), GetLastError());
done: