Commit 2952219e authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

msctf/range: Update to ITfRangeACP.

parent c41ccf89
......@@ -2130,8 +2130,8 @@ TfEditCookie ec)
ITfContext_Release(context2);
hr = ITfRange_QueryInterface(range, &IID_ITfRangeACP, (void **)&unk);
todo_wine
ok(hr == S_OK, "Unexpected hr %#x.\n", hr);
IUnknown_Release(unk);
ITfRange_Release(range);
......
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