Module: wine Branch: master Commit: e8dd3adae72bbe58a66eda8f55ed8df393a9d1b9 URL: https://gitlab.winehq.org/wine/wine/-/commit/e8dd3adae72bbe58a66eda8f55ed8df...
Author: Connor McAdams cmcadams@codeweavers.com Date: Wed Feb 1 13:16:28 2023 -0500
uiautomationcore: Add stub IUIAutomation implementation.
Signed-off-by: Connor McAdams cmcadams@codeweavers.com
---
dlls/uiautomationcore/Makefile.in | 1 + dlls/uiautomationcore/tests/uiautomation.c | 55 +++ dlls/uiautomationcore/uia_com_client.c | 702 ++++++++++++++++++++++++++++ dlls/uiautomationcore/uia_main.c | 123 +++++ dlls/uiautomationcore/uia_private.h | 3 + dlls/uiautomationcore/uiautomationcore.spec | 2 +- 6 files changed, 885 insertions(+), 1 deletion(-)