From 9bf88e81fcef4e0e7085fa859a7c298ae9348e62 Mon Sep 17 00:00:00 2001 From: Ricardo Filipe Date: Fri, 26 Dec 2008 19:37:17 +0000 Subject: 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; -- 1.5.6.3