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

schedsvc/tests: Use wide-char string literals.

parent f211bd0a
......@@ -52,7 +52,7 @@ static LONG CALLBACK rpc_exception_filter(EXCEPTION_POINTERS *ptrs)
START_TEST(atsvcapi)
{
static unsigned char ncalrpc[] = "ncalrpc";
static WCHAR task1W[] = { 'T','a','s','k','1','.','e','x','e',0 };
static WCHAR task1W[] = L"Task1.exe";
HRESULT hr;
unsigned char *binding_str;
WCHAR server_name[MAX_COMPUTERNAME_LENGTH + 1];
......
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