ole32: Fix invalid macro usage.

oldstable
Francois Gouget 2006-09-29 12:53:19 +02:00 committed by Alexandre Julliard
parent e4024a67dd
commit d0b322b00f
1 changed files with 1 additions and 1 deletions

View File

@ -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);