Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
88a1e949
Commit
88a1e949
authored
Dec 27, 2022
by
Connor McAdams
Committed by
Alexandre Julliard
Feb 20, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
uiautomationcore: Register all UI Automation typelibs.
Signed-off-by:
Connor McAdams
<
cmcadams@codeweavers.com
>
parent
464be65c
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
48 additions
and
1 deletion
+48
-1
Makefile.in
dlls/uiautomationcore/Makefile.in
+3
-1
uia_classes.idl
dlls/uiautomationcore/uia_classes.idl
+1
-0
uia_classes_client.idl
dlls/uiautomationcore/uia_classes_client.idl
+21
-0
uia_classes_core.idl
dlls/uiautomationcore/uia_classes_core.idl
+21
-0
uiautomationclient.idl
include/uiautomationclient.idl
+1
-0
uiautomationcore.idl
include/uiautomationcore.idl
+1
-0
No files found.
dlls/uiautomationcore/Makefile.in
View file @
88a1e949
...
...
@@ -11,4 +11,6 @@ C_SRCS = \
uia_provider.c
IDL_SRCS
=
\
uia_classes.idl
uia_classes.idl
\
uia_classes_client.idl
\
uia_classes_core.idl
dlls/uiautomationcore/uia_classes.idl
View file @
88a1e949
...
...
@@ -43,6 +43,7 @@ struct uia_pattern_info {
[
version
(
1.0
),
uuid
(
8
a9ca8eb
-
856b
-
43
d9
-
abd7
-
4
a590054064f
),
id
(
1
),
]
library
UIA_wine_private
{
...
...
dlls/uiautomationcore/uia_classes_client.idl
0 → 100644
View file @
88a1e949
/*
*
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"
dlls/uiautomationcore/uia_classes_core.idl
0 → 100644
View file @
88a1e949
/*
*
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"
include/uiautomationclient.idl
View file @
88a1e949
...
...
@@ -69,6 +69,7 @@ typedef void * UIA_HWND;
[
uuid
(
944
de083
-
8
fb8
-
45
cf
-
bcb7
-
c477acb2f897
),
lcid
(
0
),
id
(
2
),
version
(
1.0
)
]
library
UIAutomationClient
{
...
...
include/uiautomationcore.idl
View file @
88a1e949
...
...
@@ -206,6 +206,7 @@ struct UiaChangeInfo {
version
(
1.0
),
uuid
(
930299
ce
-
9965
-
4
dec
-
b0f4
-
a54848d4b667
),
lcid
(
0
),
id
(
3
),
hidden
]
library
UIA
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment