mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 778569 - Add uiautomationcore to accessibility client detection. r=trev.saunders
This commit is contained in:
parent
ece476b5d1
commit
38561ba285
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user