Michael Karcher : msxml3: Use right COM invocation macro.

Alexandre Julliard julliard at winehq.org
Mon Oct 13 06:38:59 CDT 2008


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

Author: Michael Karcher <wine at mkarcher.dialup.fu-berlin.de>
Date:   Sat Oct 11 23:58:19 2008 +0200

msxml3: Use right COM invocation macro.

---

 dlls/msxml3/bsc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/msxml3/bsc.c b/dlls/msxml3/bsc.c
index bd29c31..5dc9d18 100644
--- a/dlls/msxml3/bsc.c
+++ b/dlls/msxml3/bsc.c
@@ -114,7 +114,7 @@ static HRESULT WINAPI bsc_OnStartBinding(
     TRACE("(%p)->(%x %p)\n", This, dwReserved, pib);
 
     This->binding = pib;
-    IBindStatusCallback_AddRef(pib);
+    IBinding_AddRef(pib);
 
     hr = CreateStreamOnHGlobal(NULL, TRUE, &This->memstream);
     if(FAILED(hr))




More information about the wine-cvs mailing list