Bug 778569 - Add uiautomationcore to accessibility client detection. r=trev.saunders

This commit is contained in:
Jim Mathies 2012-07-29 17:59:01 -05:00
parent ece476b5d1
commit 38561ba285

View File

@ -84,7 +84,8 @@ Compatibility::Init()
::GetModuleHandleW(L"TextExtractorImpl64"))
sConsumers |= YOUDAO;
if (::GetModuleHandleW(L"uiautomation"))
if (::GetModuleHandleW(L"uiautomation") ||
::GetModuleHandleW(L"uiautomationcore"))
sConsumers |= UIAUTOMATION;
// If we have a known consumer remove the unknown bit.