mirror of
https://github.com/reactos/reactos.git
synced 2025-06-10 12:24:48 +00:00
[WTSAPI32_WINETEST] Sync with Wine 3.0. CORE-14225
This commit is contained in:
parent
90f14ccef3
commit
d71285065d
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ static void test_WTSEnumerateProcessesW(void)
|
||||||
{
|
{
|
||||||
found = found || !lstrcmpW(pname, info[i].pProcessName);
|
found = found || !lstrcmpW(pname, info[i].pProcessName);
|
||||||
}
|
}
|
||||||
|
todo_wine
|
||||||
ok(found || broken(!ret), "process name %s not found\n", wine_dbgstr_w(pname));
|
ok(found || broken(!ret), "process name %s not found\n", wine_dbgstr_w(pname));
|
||||||
if (info) WTSFreeMemory(info);
|
if (info) WTSFreeMemory(info);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue