Nikolay Sivov : wshom.ocx/tests: Use proper method macro.

Alexandre Julliard julliard at winehq.org
Fri Aug 24 13:46:44 CDT 2012


Module: wine
Branch: master
Commit: f91f6034ded85cb78101153d56ce45b4a108d4ac
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f91f6034ded85cb78101153d56ce45b4a108d4ac

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Fri Aug 24 13:23:43 2012 +0400

wshom.ocx/tests: Use proper method macro.

---

 dlls/wshom.ocx/tests/wshom.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/wshom.ocx/tests/wshom.c b/dlls/wshom.ocx/tests/wshom.c
index c70696c..b2f60a8 100644
--- a/dlls/wshom.ocx/tests/wshom.c
+++ b/dlls/wshom.ocx/tests/wshom.c
@@ -64,7 +64,7 @@ static void test_wshshell(void)
     hr = IDispatch_QueryInterface(disp, &IID_IDispatchEx, (void**)&dispex);
     EXPECT_HR(hr, E_NOINTERFACE);
 
-    hr = IDispatch_QueryInterface(shell, &IID_IWshShell3, (void**)&sh3);
+    hr = IUnknown_QueryInterface(shell, &IID_IWshShell3, (void**)&sh3);
     EXPECT_HR(hr, S_OK);
 
     hr = IWshShell3_get_SpecialFolders(sh3, &coll);




More information about the wine-cvs mailing list