Merge backout, a=bustage fix

This commit is contained in:
Nicholas Cameron 2012-07-30 11:41:25 +12:00
commit fc10647bc5

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.