Commit 3f20bf41 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

spoolsv: Use wide-char string literals.

parent d638cca0
......@@ -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;
......
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