Changed stuffs

This commit is contained in:
andreja6
2020-03-10 12:50:59 -07:00
parent 03a7d5345d
commit 30529c5387
2 changed files with 2 additions and 2 deletions

2
ax.cpp
View File

@@ -505,7 +505,7 @@ HRESULT _stdcall AXClientSite :: Invoke(
EXCEPINFO FAR* pExcepInfo,
unsigned int FAR* puArgErr)
{
IEBrowser * browser = (IEBrowser *)GetWindowLongPtr(Window,GWL_USERDATA+1);
IEBrowser * browser = (IEBrowser *)GetWindowLongPtr(Window,GWL_USERDATA);
return browser->doExternal(m_lastExternalName,dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr);
//return S_OK;