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
4ee67e19
Commit
4ee67e19
authored
Aug 13, 2020
by
Zebediah Figura
Committed by
Alexandre Julliard
Aug 19, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xactengine3: Reduce code duplication in xact_classes.idl.
Signed-off-by:
Zebediah Figura
<
z.figura12@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
00f9dff0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
39 deletions
+3
-39
xact_classes.idl
dlls/xactengine3_7/xact_classes.idl
+3
-39
No files found.
dlls/xactengine3_7/xact_classes.idl
View file @
4ee67e19
...
@@ -20,60 +20,24 @@
...
@@ -20,60 +20,24 @@
#
pragma
makedep
register
#
pragma
makedep
register
#
if
XACT3_VER
==
0
x0300
[
[
helpstring
(
"XACT3.0 Class"
),
threading
(
both
),
threading
(
both
),
#
if
XACT3_VER
==
0
x0300
uuid
(
3b80
ee2a
-
b0f5
-
4780
-
9
e30
-
90
cb39685b03
)
uuid
(
3b80
ee2a
-
b0f5
-
4780
-
9
e30
-
90
cb39685b03
)
]
coclass
XACTEngine30
{
interface
IXACT30Engine
; }
#
elif
XACT3_VER
==
0
x0301
#
elif
XACT3_VER
==
0
x0301
[
helpstring
(
"XACT3.1 Class"
),
threading
(
both
),
uuid
(
962
f5027
-
99b
e
-
4692
-
a468
-
85802
cf8de61
)
uuid
(
962
f5027
-
99b
e
-
4692
-
a468
-
85802
cf8de61
)
]
coclass
XACTEngine31
{
interface
IXACT32Engine
; }
#
elif
XACT3_VER
==
0
x0302
#
elif
XACT3_VER
==
0
x0302
[
helpstring
(
"XACT3.2 Class"
),
threading
(
both
),
uuid
(
d3332f02
-
3
dd0
-
4
de9
-
9
aec
-
20
d85c4111b6
)
uuid
(
d3332f02
-
3
dd0
-
4
de9
-
9
aec
-
20
d85c4111b6
)
]
coclass
XACTEngine32
{
interface
IXACT32Engine
; }
#
elif
XACT3_VER
==
0
x0303
#
elif
XACT3_VER
==
0
x0303
[
helpstring
(
"XACT3.3 Class"
),
threading
(
both
),
uuid
(
94
c1affa
-
66
e7
-
4961
-
9521
-
cfdef3128d4f
)
uuid
(
94
c1affa
-
66
e7
-
4961
-
9521
-
cfdef3128d4f
)
]
coclass
XACTEngine33
{
interface
IXACT37Engine
; }
#
elif
XACT3_VER
==
0
x0304
#
elif
XACT3_VER
==
0
x0304
[
helpstring
(
"XACT3.4 Class"
),
threading
(
both
),
uuid
(
0977
d092
-
2
d95
-
4
e43
-
8
d42
-
9
ddcc2545ed5
)
uuid
(
0977
d092
-
2
d95
-
4
e43
-
8
d42
-
9
ddcc2545ed5
)
]
coclass
XACTEngine34
{
interface
IXACT37Engine
; }
#
elif
XACT3_VER
==
0
x0305
#
elif
XACT3_VER
==
0
x0305
[
helpstring
(
"XACT3.5 Class"
),
threading
(
both
),
uuid
(
074b110
f
-
7
f58
-
4743
-
aea5
-
12
f15b5074ed
)
uuid
(
074b110
f
-
7
f58
-
4743
-
aea5
-
12
f15b5074ed
)
]
coclass
XACTEngine35
{
interface
IXACT37Engine
; }
#
elif
XACT3_VER
==
0
x0306
#
elif
XACT3_VER
==
0
x0306
[
helpstring
(
"XACT3.6 Class"
),
threading
(
both
),
uuid
(
248
d8a3b
-
6256
-
44
d3
-
a018
-
2
ac96c459f47
)
uuid
(
248
d8a3b
-
6256
-
44
d3
-
a018
-
2
ac96c459f47
)
]
coclass
XACTEngine36
{
interface
IXACT37Engine
; }
#
else
/*
XACT3_VER
==
0
x0307
or
not
defined
*/
#
else
/*
XACT3_VER
==
0
x0307
or
not
defined
*/
[
helpstring
(
"XACT3.7 Class"
),
threading
(
both
),
uuid
(
bcc782bc
-
6492
-
4
c22
-
8
c35
-
f5d72fe73c6e
)
uuid
(
bcc782bc
-
6492
-
4
c22
-
8
c35
-
f5d72fe73c6e
)
]
coclass
XACTEngine37
{
interface
IXACT37Engine
; }
#
endif
#
endif
]
coclass
XACTEngine
{}
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