Commit 88a1e949 authored by Connor McAdams's avatar Connor McAdams Committed by Alexandre Julliard

uiautomationcore: Register all UI Automation typelibs.

parent 464be65c
...@@ -11,4 +11,6 @@ C_SRCS = \ ...@@ -11,4 +11,6 @@ C_SRCS = \
uia_provider.c uia_provider.c
IDL_SRCS = \ IDL_SRCS = \
uia_classes.idl uia_classes.idl \
uia_classes_client.idl \
uia_classes_core.idl
...@@ -43,6 +43,7 @@ struct uia_pattern_info { ...@@ -43,6 +43,7 @@ struct uia_pattern_info {
[ [
version(1.0), version(1.0),
uuid(8a9ca8eb-856b-43d9-abd7-4a590054064f), uuid(8a9ca8eb-856b-43d9-abd7-4a590054064f),
id(1),
] ]
library UIA_wine_private library UIA_wine_private
{ {
......
/*
* Copyright 2022 Connor McAdams for CodeWeavers
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#pragma makedep regtypelib
#include "uiautomationclient.idl"
/*
* Copyright 2022 Connor McAdams for CodeWeavers
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#pragma makedep regtypelib
#include "uiautomationcore.idl"
...@@ -69,6 +69,7 @@ typedef void * UIA_HWND; ...@@ -69,6 +69,7 @@ typedef void * UIA_HWND;
[ [
uuid(944de083-8fb8-45cf-bcb7-c477acb2f897), uuid(944de083-8fb8-45cf-bcb7-c477acb2f897),
lcid(0), lcid(0),
id(2),
version(1.0) version(1.0)
] ]
library UIAutomationClient { library UIAutomationClient {
......
...@@ -206,6 +206,7 @@ struct UiaChangeInfo { ...@@ -206,6 +206,7 @@ struct UiaChangeInfo {
version(1.0), version(1.0),
uuid(930299ce-9965-4dec-b0f4-a54848d4b667), uuid(930299ce-9965-4dec-b0f4-a54848d4b667),
lcid(0), lcid(0),
id(3),
hidden hidden
] ]
library UIA library UIA
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment