mirror of
https://github.com/reactos/reactos.git
synced 2025-05-31 15:08:14 +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);
|
||||
}
|
||||
todo_wine
|
||||
ok(found || broken(!ret), "process name %s not found\n", wine_dbgstr_w(pname));
|
||||
if (info) WTSFreeMemory(info);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue