mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
[MSTASK_WINETEST]
* Sync with Wine 1.7.27. CORE-8540 svn path=/trunk/; revision=64464
This commit is contained in:
@@ -182,7 +182,7 @@ static void test_SetTargetComputer(void)
|
||||
hres, wine_dbgstr_w(name), wine_dbgstr_w(buffer));
|
||||
CoTaskMemFree(name);
|
||||
|
||||
/* the two backslash are optional */
|
||||
/* the two backslashes are optional */
|
||||
hres = ITaskScheduler_SetTargetComputer(test_task_scheduler, oldname + 2);
|
||||
ok(hres == S_OK, "got 0x%x (expected S_OK)\n", hres);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user