From 6f73f34dab8d7d4f075351ab320a52ffecc1327d Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sun, 4 Jun 2017 01:49:32 +0000 Subject: [PATCH] [WSHOM.OCX] Sync with Wine Staging 2.9. CORE-13362 2619bdb wshom: Fix IWshShell3::Invoke() call to use correct implementation pointer. svn path=/trunk/; revision=74871 --- reactos/dll/win32/wshom.ocx/shell.c | 2 +- reactos/media/doc/README.WINE | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/dll/win32/wshom.ocx/shell.c b/reactos/dll/win32/wshom.ocx/shell.c index 714767d35f8..1641c6ed500 100644 --- a/reactos/dll/win32/wshom.ocx/shell.c +++ b/reactos/dll/win32/wshom.ocx/shell.c @@ -1189,7 +1189,7 @@ static HRESULT WINAPI WshShell3_Invoke(IWshShell3 *iface, DISPID dispIdMember, R hr = get_typeinfo(IWshShell3_tid, &typeinfo); if(SUCCEEDED(hr)) { - hr = ITypeInfo_Invoke(typeinfo, &WshShell3, dispIdMember, wFlags, + hr = ITypeInfo_Invoke(typeinfo, &WshShell3.IWshShell3_iface, dispIdMember, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr); ITypeInfo_Release(typeinfo); } diff --git a/reactos/media/doc/README.WINE b/reactos/media/doc/README.WINE index 8c341586aaf..f5cb61eab57 100644 --- a/reactos/media/doc/README.WINE +++ b/reactos/media/doc/README.WINE @@ -211,7 +211,7 @@ reactos/dll/win32/wldap32 # Synced to WineStaging-2.2 reactos/dll/win32/wmi # Synced to WineStaging-1.9.11 reactos/dll/win32/wmiutils # Synced to WineStaging-2.9 reactos/dll/win32/wmvcore # Synced to WineStaging-2.2 -reactos/dll/win32/wshom.ocx # Synced to WineStaging-2.2 +reactos/dll/win32/wshom.ocx # Synced to WineStaging-2.9 reactos/dll/win32/wtsapi32 # Synced to WineStaging-1.9.11 reactos/dll/win32/wuapi # Synced to WineStaging-1.9.11 reactos/dll/win32/xinput1_1 # Synced to WineStaging-1.9.11 -- 2.17.1