Fix building for Win32/x86 (wrong callback calling convention)

This commit is contained in:
Mike Gelfand 2016-03-02 16:15:06 +00:00
parent 109b9ae329
commit 49228ecb14
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ stop_service (void)
}
}
static DWORD
static DWORD WINAPI
handle_service_ctrl (DWORD control_code,
DWORD event_type,
LPVOID event_data,