oleacc: Fix LresultFromObject return type.

This commit is contained in:
Ricardo Filipe 2008-12-26 19:37:17 +00:00 committed by Alexandre Julliard
parent 3ba9986325
commit bd17f0a6f3
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ HRESULT WINAPI CreateStdAccessibleObject( HWND hwnd, LONG idObject,
return E_NOTIMPL; 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 ); FIXME("%s %ld %p\n", debugstr_guid(riid), wParam, pAcc );
return E_NOTIMPL; return E_NOTIMPL;