termsv: 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:
parent
3f20bf4119
commit
c5ce35aaf8
|
@ -24,7 +24,7 @@
|
|||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(termsv);
|
||||
|
||||
static WCHAR termserviceW[] = {'T','e','r','m','S','e','r','v','i','c','e',0};
|
||||
static WCHAR termserviceW[] = L"TermService";
|
||||
|
||||
static SERVICE_STATUS_HANDLE service_handle;
|
||||
static HANDLE stop_event;
|
||||
|
|
Loading…
Reference in New Issue