mirror of
https://github.com/reactos/wine.git
synced 2025-04-04 17:12:08 +00:00
oleacc: Fix LresultFromObject return type.
This commit is contained in:
parent
3ba9986325
commit
bd17f0a6f3
@ -39,7 +39,7 @@ HRESULT WINAPI CreateStdAccessibleObject( HWND hwnd, LONG idObject,
|
||||
return E_NOTIMPL;
|
||||
}
|
||||
|
||||
HRESULT WINAPI LresultFromObject( REFIID riid, WPARAM wParam, LPUNKNOWN pAcc )
|
||||
LRESULT WINAPI LresultFromObject( REFIID riid, WPARAM wParam, LPUNKNOWN pAcc )
|
||||
{
|
||||
FIXME("%s %ld %p\n", debugstr_guid(riid), wParam, pAcc );
|
||||
return E_NOTIMPL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user