plugplay: 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
48964553f0
commit
d638cca0fe
|
@ -26,7 +26,7 @@
|
|||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(plugplay);
|
||||
|
||||
static WCHAR plugplayW[] = {'P','l','u','g','P','l','a','y',0};
|
||||
static WCHAR plugplayW[] = L"PlugPlay";
|
||||
|
||||
static SERVICE_STATUS_HANDLE service_handle;
|
||||
static HANDLE stop_event;
|
||||
|
|
Loading…
Reference in New Issue