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

plugplay: Use wide-char string literals.

parent 48964553
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
WINE_DEFAULT_DEBUG_CHANNEL(plugplay); 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 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