schtasks/tests: 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
02458faa43
commit
eda1baa8ee
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue