spoolsv: Use wide-char string literals.

Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Michael Stefaniuc 2020-10-12 00:02:51 +02:00 committed by Alexandre Julliard
parent d638cca0fe
commit 3f20bf4119
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
WINE_DEFAULT_DEBUG_CHANNEL(spoolsv);
static WCHAR spoolerW[] = {'S','p','o','o','l','e','r',0};
static WCHAR spoolerW[] = L"Spooler";
static SERVICE_STATUS_HANDLE service_handle;
static HANDLE stop_event;