Commit 5d6f7b97 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

msiexec: Make KillService() static.

parent 67d5a4de
......@@ -32,7 +32,7 @@ static SERVICE_STATUS_HANDLE hstatus;
static HANDLE thread;
static HANDLE kill_event;
void KillService(void)
static void KillService(void)
{
WINE_TRACE("Killing service\n");
SetEvent(kill_event);
......
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