Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
7362ebca
Commit
7362ebca
authored
Aug 06, 2020
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Aug 06, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xactengine3_6: New DLL.
Signed-off-by:
Alistair Leslie-Hughes
<
leslie_alistair@hotmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
81b5e2d1
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
30 additions
and
1 deletion
+30
-1
configure
configure
+3
-0
configure.ac
configure.ac
+2
-0
Makefile.in
dlls/xactengine3_6/Makefile.in
+11
-0
xactengine3_6.spec
dlls/xactengine3_6/xactengine3_6.spec
+4
-0
xact_classes.idl
dlls/xactengine3_7/xact_classes.idl
+10
-1
No files found.
configure
View file @
7362ebca
...
...
@@ -1707,6 +1707,7 @@ enable_x3daudio1_4
enable_x3daudio1_5
enable_x3daudio1_6
enable_x3daudio1_7
enable_xactengine3_6
enable_xactengine3_7
enable_xapofx1_1
enable_xapofx1_2
...
...
@@ -16633,6 +16634,7 @@ then
enable_x3daudio1_5
=
${
enable_x3daudio1_5
:-
no
}
enable_x3daudio1_6
=
${
enable_x3daudio1_6
:-
no
}
enable_x3daudio1_7
=
${
enable_x3daudio1_7
:-
no
}
enable_xactengine3_6
=
${
enable_xactengine3_6
:-
no
}
enable_xactengine3_7
=
${
enable_xactengine3_7
:-
no
}
enable_xapofx1_1
=
${
enable_xapofx1_1
:-
no
}
enable_xapofx1_2
=
${
enable_xapofx1_2
:-
no
}
...
...
@@ -21363,6 +21365,7 @@ wine_fn_config_makefile dlls/x3daudio1_4 enable_x3daudio1_4
wine_fn_config_makefile dlls/x3daudio1_5 enable_x3daudio1_5
wine_fn_config_makefile dlls/x3daudio1_6 enable_x3daudio1_6
wine_fn_config_makefile dlls/x3daudio1_7 enable_x3daudio1_7
wine_fn_config_makefile dlls/xactengine3_6 enable_xactengine3_6
wine_fn_config_makefile dlls/xactengine3_7 enable_xactengine3_7
wine_fn_config_makefile dlls/xapofx1_1 enable_xapofx1_1
wine_fn_config_makefile dlls/xapofx1_2 enable_xapofx1_2
...
...
configure.ac
View file @
7362ebca
...
...
@@ -1958,6 +1958,7 @@ then
enable_x3daudio1_5=${enable_x3daudio1_5:-no}
enable_x3daudio1_6=${enable_x3daudio1_6:-no}
enable_x3daudio1_7=${enable_x3daudio1_7:-no}
enable_xactengine3_6=${enable_xactengine3_6:-no}
enable_xactengine3_7=${enable_xactengine3_7:-no}
enable_xapofx1_1=${enable_xapofx1_1:-no}
enable_xapofx1_2=${enable_xapofx1_2:-no}
...
...
@@ -3905,6 +3906,7 @@ WINE_CONFIG_MAKEFILE(dlls/x3daudio1_4)
WINE_CONFIG_MAKEFILE(dlls/x3daudio1_5)
WINE_CONFIG_MAKEFILE(dlls/x3daudio1_6)
WINE_CONFIG_MAKEFILE(dlls/x3daudio1_7)
WINE_CONFIG_MAKEFILE(dlls/xactengine3_6)
WINE_CONFIG_MAKEFILE(dlls/xactengine3_7)
WINE_CONFIG_MAKEFILE(dlls/xapofx1_1)
WINE_CONFIG_MAKEFILE(dlls/xapofx1_2)
...
...
dlls/xactengine3_6/Makefile.in
0 → 100644
View file @
7362ebca
MODULE
=
xactengine3_6.dll
IMPORTS
=
ole32 uuid
EXTRADEFS
=
-DXACT3_VER
=
0x0306
PARENTSRC
=
../xactengine3_7
EXTRALIBS
=
$(FAUDIO_LIBS)
EXTRAINCL
=
$(FAUDIO_CFLAGS)
C_SRCS
=
\
xact_dll.c
IDL_SRCS
=
xact_classes.idl
dlls/xactengine3_6/xactengine3_6.spec
0 → 100644
View file @
7362ebca
@ stdcall -private DllCanUnloadNow()
@ stdcall -private DllGetClassObject(ptr ptr ptr)
@ stdcall -private DllRegisterServer()
@ stdcall -private DllUnregisterServer()
dlls/xactengine3_7/xact_classes.idl
View file @
7362ebca
...
...
@@ -20,9 +20,18 @@
#
pragma
makedep
register
#
if
XACT3_VER
==
0
x0306
[
helpstring
(
"XACT3 Class"
),
helpstring
(
"XACT3.6 Class"
),
threading
(
both
),
uuid
(
248
d8a3b
-
6256
-
44
d3
-
a018
-
2
ac96c459f47
)
]
coclass
XACTEngine36
{
interface
IXACT37Engine
; }
#
else
/*
XACT3_VER
==
0
x0307
or
not
defined
*/
[
helpstring
(
"XACT3.7 Class"
),
threading
(
both
),
uuid
(
bcc782bc
-
6492
-
4
c22
-
8
c35
-
f5d72fe73c6e
)
]
coclass
XACTEngine37
{
interface
IXACT37Engine
; }
#
endif
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