services: Start SERVICE_FILE_SYSTEM_DRIVER services with winedevice.

Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Sebastian Lackner 2016-02-16 06:02:30 +01:00 committed by Alexandre Julliard
parent 4ac066cdaa
commit 94fb7c3b8b
1 changed files with 2 additions and 1 deletions

View File

@ -631,7 +631,8 @@ static DWORD get_service_binary_path(const struct service_entry *service_entry,
ExpandEnvironmentStringsW(service_entry->config.lpBinaryPathName, *path, size);
if (service_entry->config.dwServiceType == SERVICE_KERNEL_DRIVER)
if (service_entry->config.dwServiceType == SERVICE_KERNEL_DRIVER ||
service_entry->config.dwServiceType == SERVICE_FILE_SYSTEM_DRIVER)
{
static const WCHAR winedeviceW[] = {'\\','w','i','n','e','d','e','v','i','c','e','.','e','x','e',' ',0};
WCHAR system_dir[MAX_PATH];