Module: wine Branch: master Commit: bd17f0a6f3fb79daa4a0a22202371663d85ff77c URL: http://source.winehq.org/git/wine.git/?a=commit;h=bd17f0a6f3fb79daa4a0a22202...
Author: Ricardo Filipe ricardo_barbano@hotmail.com Date: Fri Dec 26 19:37:17 2008 +0000
oleacc: Fix LresultFromObject return type.
---
dlls/oleacc/main.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/oleacc/main.c b/dlls/oleacc/main.c index 5076e00..5df51f1 100644 --- a/dlls/oleacc/main.c +++ b/dlls/oleacc/main.c @@ -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;