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
d4314822
Commit
d4314822
authored
Mar 11, 2009
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msacm32: Make msacm.dll into a stand-alone 16-bit module.
parent
96b47ff7
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
29 additions
and
12 deletions
+29
-12
.gitignore
.gitignore
+0
-1
configure
configure
+10
-0
configure.ac
configure.ac
+2
-0
Makefile.in
dlls/Makefile.in
+0
-4
Makefile.in
dlls/msacm.dll16/Makefile.in
+15
-0
msacm.c
dlls/msacm.dll16/msacm.c
+1
-1
msacm.dll16.spec
dlls/msacm.dll16/msacm.dll16.spec
+1
-1
wineacm16.h
dlls/msacm.dll16/wineacm16.h
+0
-0
Makefile.in
dlls/msacm32/Makefile.in
+0
-5
No files found.
.gitignore
View file @
d4314822
...
...
@@ -46,7 +46,6 @@ dlls/libd3dx9.def
dlls/libwinspool.def
dlls/libxinput.def
dlls/mmsystem.dll16
dlls/msacm.dll16
dlls/mshtml.tlb/mshtml_tlb.tlb
dlls/mshtml/nsiface.h
dlls/msi/cond.tab.c
...
...
configure
View file @
d4314822
...
...
@@ -3910,6 +3910,7 @@ then
enable_mmdevldr_vxd
=
${
enable_mmdevldr_vxd
:-
no
}
enable_monodebg_vxd
=
${
enable_monodebg_vxd
:-
no
}
enable_mouse_drv16
=
${
enable_mouse_drv16
:-
no
}
enable_msacm_dll16
=
${
enable_msacm_dll16
:-
no
}
enable_stress_dll16
=
${
enable_stress_dll16
:-
no
}
enable_vdhcp_vxd
=
${
enable_vdhcp_vxd
:-
no
}
enable_vmm_vxd
=
${
enable_vmm_vxd
:-
no
}
...
...
@@ -26008,6 +26009,14 @@ dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
ac_config_files
=
"
$ac_config_files
dlls/mprapi/Makefile"
ALL_MAKEFILES
=
"
$ALL_MAKEFILES
\\
dlls/msacm.dll16/Makefile"
test
"x
$enable_msacm_dll16
"
!=
xno
&&
ALL_DLL_DIRS
=
"
$ALL_DLL_DIRS
\\
msacm.dll16"
ALL_MAKEFILE_DEPENDS
=
"
$ALL_MAKEFILE_DEPENDS
dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
ac_config_files
=
"
$ac_config_files
dlls/msacm.dll16/Makefile"
ALL_MAKEFILES
=
"
$ALL_MAKEFILES
\\
dlls/msacm32.drv/Makefile"
test
"x
$enable_msacm32_drv
"
!=
xno
&&
ALL_DLL_DIRS
=
"
$ALL_DLL_DIRS
\\
msacm32.drv"
...
...
@@ -29096,6 +29105,7 @@ do
"dlls/mouse.drv16/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/mouse.drv16/Makefile" ;;
"dlls/mpr/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/mpr/Makefile" ;;
"dlls/mprapi/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/mprapi/Makefile" ;;
"dlls/msacm.dll16/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/msacm.dll16/Makefile" ;;
"dlls/msacm32.drv/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/msacm32.drv/Makefile" ;;
"dlls/msacm32/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/msacm32/Makefile" ;;
"dlls/msacm32/tests/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/msacm32/tests/Makefile" ;;
...
...
configure.ac
View file @
d4314822
...
...
@@ -147,6 +147,7 @@ then
enable_mmdevldr_vxd=${enable_mmdevldr_vxd:-no}
enable_monodebg_vxd=${enable_monodebg_vxd:-no}
enable_mouse_drv16=${enable_mouse_drv16:-no}
enable_msacm_dll16=${enable_msacm_dll16:-no}
enable_stress_dll16=${enable_stress_dll16:-no}
enable_vdhcp_vxd=${enable_vdhcp_vxd:-no}
enable_vmm_vxd=${enable_vmm_vxd:-no}
...
...
@@ -2081,6 +2082,7 @@ WINE_CONFIG_MAKEFILE([dlls/mountmgr.sys/Makefile],[dlls/Makedll.rules],[dlls],[A
WINE_CONFIG_MAKEFILE([dlls/mouse.drv16/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
WINE_CONFIG_MAKEFILE([dlls/mpr/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
WINE_CONFIG_MAKEFILE([dlls/mprapi/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
WINE_CONFIG_MAKEFILE([dlls/msacm.dll16/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
WINE_CONFIG_MAKEFILE([dlls/msacm32.drv/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
WINE_CONFIG_MAKEFILE([dlls/msacm32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
WINE_CONFIG_MAKEFILE([dlls/msacm32/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS],[enable_tests])
...
...
dlls/Makefile.in
View file @
d4314822
...
...
@@ -28,7 +28,6 @@ WIN16_FILES = \
imm.dll16
\
krnl386.exe16
\
mmsystem.dll16
\
msacm.dll16
\
msvideo.dll16
\
ole2.dll16
\
ole2conv.dll16
\
...
...
@@ -85,9 +84,6 @@ imm.dll16:
krnl386.exe16 system.drv16 toolhelp.dll16
:
echo
"kernel32.dll"
>
$@
msacm.dll16
:
echo
"msacm32.dll"
>
$@
msvideo.dll16
:
echo
"msvfw32.dll"
>
$@
...
...
dlls/msacm.dll16/Makefile.in
0 → 100644
View file @
d4314822
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
msacm.dll16
IMPORTS
=
msacm32 kernel32
EXTRADLLFLAGS
=
-Wb
,--subsystem,win16,--main-module,msacm32.dll
SPEC_SRCS
=
msacm.dll16.spec
C_SRCS
=
msacm.c
@MAKE_DLL_RULES@
@DEPENDENCIES@
# everything below this line is overwritten by make depend
dlls/msacm
32/msacm_main
.c
→
dlls/msacm
.dll16/msacm
.c
View file @
d4314822
...
...
@@ -39,7 +39,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(msacm);
* MSACM DLL entry point
*
*/
BOOL
WINAPI
MSACM_DllEntryPoint
(
DWORD
fdwReason
,
HINSTANCE16
hinstDLL
,
WORD
ds
,
BOOL
WINAPI
DllEntryPoint16
(
DWORD
fdwReason
,
HINSTANCE16
hinstDLL
,
WORD
ds
,
WORD
wHeapSize
,
DWORD
dwReserved1
,
WORD
wReserved2
)
{
return
TRUE
;
...
...
dlls/msacm
32/msacm
.spec
→
dlls/msacm
.dll16/msacm.dll16
.spec
View file @
d4314822
# 1 stub WEP
2 stub DRIVERPROC
3 pascal DllEntryPoint(long word word word long word)
MSACM_DllEntryPoint
3 pascal DllEntryPoint(long word word word long word)
DllEntryPoint16
4 stub ___EXPORTEDSTUB
7 pascal acmGetVersion() acmGetVersion16
8 pascal -ret16 acmMetrics(word word ptr) acmMetrics16
...
...
dlls/msacm
32
/wineacm16.h
→
dlls/msacm
.dll16
/wineacm16.h
View file @
d4314822
File moved
dlls/msacm32/Makefile.in
View file @
d4314822
...
...
@@ -15,11 +15,6 @@ C_SRCS = \
pcmconverter.c
\
stream.c
C_SRCS16
=
\
msacm_main.c
SPEC_SRCS16
=
msacm.spec
RC_SRCS
=
msacm.rc
@MAKE_DLL_RULES@
...
...
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