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

schtasks/tests: Use wide-char string literals.

parent 02458faa
......@@ -169,8 +169,8 @@ static BOOL initialize_task_service(void)
START_TEST(schtasks)
{
static WCHAR wineW[] = {'\\','w','i','n','e',0};
static WCHAR wine_testW[] = {'\\','w','i','n','e','\\','t','e','s','t',0};
static WCHAR wineW[] = L"\\wine";
static WCHAR wine_testW[] = L"\\wine\\test";
DWORD r;
CoInitialize(NULL);
......
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