ole32: Fix invalid macro usage.

Francois Gouget fgouget at free.fr
Fri Sep 29 05:53:19 CDT 2006


What we really want is a string to put in the error message.
---
 dlls/ole32/tests/moniker.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/ole32/tests/moniker.c b/dlls/ole32/tests/moniker.c
index 3b22ae3..48b9850 100644
--- a/dlls/ole32/tests/moniker.c
+++ b/dlls/ole32/tests/moniker.c
@@ -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);
-- 
1.4.1.1




More information about the wine-patches mailing list