winmgmt: 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
f95a4de5d5
commit
82a7936c02
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(winmgmt);
|
WINE_DEFAULT_DEBUG_CHANNEL(winmgmt);
|
||||||
|
|
||||||
static WCHAR winmgmtW[] = {'W','i','n','m','g','m','t',0};
|
static WCHAR winmgmtW[] = L"Winmgmt";
|
||||||
|
|
||||||
static SERVICE_STATUS_HANDLE service_handle;
|
static SERVICE_STATUS_HANDLE service_handle;
|
||||||
static HANDLE stop_event;
|
static HANDLE stop_event;
|
||||||
|
|
Loading…
Reference in New Issue