oleacc: Add GetOleaccVersionInfo.

This commit is contained in:
Louis Lenders 2008-03-10 06:21:11 +00:00 committed by Alexandre Julliard
parent b8cbd8bd87
commit 99e1e90f0f
2 changed files with 7 additions and 1 deletions

View File

@ -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);
}

View File

@ -7,7 +7,7 @@
@ stub CreateStdAccessibleProxyW
@ stdcall -private DllRegisterServer()
@ stdcall -private DllUnregisterServer()
@ stub GetOleaccVersionInfo
@ stdcall GetOleaccVersionInfo(ptr ptr)
@ stub GetRoleTextA
@ stub GetRoleTextW
@ stub GetStateTextA