oleacc: Add ObjectFromLresult stub.
diff --git a/dlls/oleacc/main.c b/dlls/oleacc/main.c
index 0e7b78e..34bdb61 100644
--- a/dlls/oleacc/main.c
+++ b/dlls/oleacc/main.c
@@ -40,6 +40,12 @@
     return E_NOTIMPL;
 }
 
+HRESULT WINAPI ObjectFromLresult( LRESULT result, REFIID riid, WPARAM wParam, void **ppObject )
+{
+    FIXME("%ld %s %ld %p\n", result, debugstr_guid(riid), wParam, ppObject );
+    return E_NOTIMPL;
+}
+
 LRESULT WINAPI LresultFromObject( REFIID riid, WPARAM wParam, LPUNKNOWN pAcc )
 {
     FIXME("%s %ld %p\n", debugstr_guid(riid), wParam, pAcc );
diff --git a/dlls/oleacc/oleacc.spec b/dlls/oleacc/oleacc.spec
index 2736a3d..6ace542 100644
--- a/dlls/oleacc/oleacc.spec
+++ b/dlls/oleacc/oleacc.spec
@@ -16,5 +16,5 @@
 @ stub IID_IAccessibleHandler
 @ stub LIBID_Accessibility
 @ stdcall LresultFromObject(ptr long ptr)
-@ stub ObjectFromLresult
+@ stdcall ObjectFromLresult(long ptr long ptr)
 @ stub WindowFromAccessibleObject