Commit d0b322b0 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

ole32: Fix invalid macro usage.

parent e4024a67
......@@ -343,7 +343,7 @@ static void test_moniker(
/* IROTData::GetComparisonData test */
hr = IMoniker_QueryInterface(moniker, &IID_IROTData, (void **)&rotdata);
ok_ole_success(hr, IMoniker_QueryInterface(IID_IROTData));
ok_ole_success(hr, IMoniker_QueryInterface_IID_IROTData);
hr = IROTData_GetComparisonData(rotdata, buffer, sizeof(buffer), &moniker_size);
ok_ole_success(hr, IROTData_GetComparisonData);
......
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