Commit 21c1706f authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

ntdll: Implement interface redirection section.

parent 9c44cb4f
......@@ -1263,13 +1263,7 @@ static void test_find_ifaceps_redirection(HANDLE handle, const GUID *iid, const
ret = pFindActCtxSectionGuid(0, NULL,
ACTIVATION_CONTEXT_SECTION_COM_INTERFACE_REDIRECTION,
iid, &data);
todo_wine
ok_(__FILE__, line)(ret, "FindActCtxSectionGuid failed: %u\n", GetLastError());
if (!ret)
{
skip("iterface redirection search is not supported\n");
return;
}
ifaceps = (struct ifacepsredirect_data*)data.lpData;
......
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