Commit 99e1e90f authored by Louis Lenders's avatar Louis Lenders Committed by Alexandre Julliard

oleacc: Add GetOleaccVersionInfo.

parent b8cbd8bd
......@@ -61,3 +61,9 @@ HRESULT WINAPI DllUnregisterServer(void)
FIXME("\n");
return S_OK;
}
void WINAPI GetOleaccVersionInfo(DWORD* pVersion, DWORD* pBuild)
{
*pVersion = MAKELONG(2,4); /* Windows XP version of oleacc: 4.2.5406.0 */
*pBuild = MAKELONG(0,5406);
}
......@@ -7,7 +7,7 @@
@ stub CreateStdAccessibleProxyW
@ stdcall -private DllRegisterServer()
@ stdcall -private DllUnregisterServer()
@ stub GetOleaccVersionInfo
@ stdcall GetOleaccVersionInfo(ptr ptr)
@ stub GetRoleTextA
@ stub GetRoleTextW
@ stub GetStateTextA
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment