Commit c5ce35aa authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

termsv: Use wide-char string literals.

parent 3f20bf41
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
WINE_DEFAULT_DEBUG_CHANNEL(termsv); 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 SERVICE_STATUS_HANDLE service_handle;
static HANDLE stop_event; 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