Commit ddfefc03 authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

msi: Fix a typo.

parent 51c9d050
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment