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
c6e294de
Commit
c6e294de
authored
Aug 23, 2005
by
Rémi Assailly
Committed by
Alexandre Julliard
Aug 23, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved mciavi32 to the top-level dlls directory.
parent
792d7eb2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
13 additions
and
23 deletions
+13
-23
configure
configure
+0
-0
configure.ac
configure.ac
+1
-1
Makefile.in
dlls/Makefile.in
+5
-5
.cvsignore
dlls/mciavi32/.cvsignore
+1
-1
Makefile.in
dlls/mciavi32/Makefile.in
+2
-2
info.c
dlls/mciavi32/info.c
+0
-2
mciavi.c
dlls/mciavi32/mciavi.c
+0
-2
mciavi32.spec
dlls/mciavi32/mciavi32.spec
+0
-0
mciavi_res.rc
dlls/mciavi32/mciavi_res.rc
+0
-0
mmoutput.c
dlls/mciavi32/mmoutput.c
+0
-2
private_mciavi.h
dlls/mciavi32/private_mciavi.h
+0
-2
wnd.c
dlls/mciavi32/wnd.c
+0
-2
time.c
dlls/winmm/time.c
+1
-1
properties.c
programs/winecfg/properties.c
+1
-1
wine.inf
tools/wine.inf
+2
-2
No files found.
configure
View file @
c6e294de
This diff is collapsed.
Click to expand it.
configure.ac
View file @
c6e294de
...
...
@@ -1539,6 +1539,7 @@ dlls/lzexpand/Makefile
dlls/lzexpand/tests/Makefile
dlls/mapi32/Makefile
dlls/mapi32/tests/Makefile
dlls/mciavi32/Makefile
dlls/mcicda/Makefile
dlls/mciseq/Makefile
dlls/midimap/Makefile
...
...
@@ -1654,7 +1655,6 @@ dlls/wininet/Makefile
dlls/wininet/tests/Makefile
dlls/winmm/Makefile
dlls/winmm/joystick/Makefile
dlls/winmm/mciavi/Makefile
dlls/winmm/mciwave/Makefile
dlls/winmm/tests/Makefile
dlls/winmm/wavemap/Makefile
...
...
dlls/Makefile.in
View file @
c6e294de
...
...
@@ -70,6 +70,7 @@ BASEDIRS = \
kernel
\
lzexpand
\
mapi32
\
mciavi32
\
mcicda
\
mciseq
\
midimap
\
...
...
@@ -157,7 +158,6 @@ BASEDIRS = \
wininet
\
winmm
\
winmm/joystick
\
winmm/mciavi
\
winmm/mciwave
\
winmm/wavemap
\
winmm/winealsa
\
...
...
@@ -317,7 +317,7 @@ SYMLINKS_SO = \
libuuid.a
\
lz32.dll.so
\
mapi32.dll.so
\
mciavi
.drv
.so
\
mciavi
32.dll
.so
\
mcicda.dll.so
\
mciseq.dll.so
\
mciwave.drv.so
\
...
...
@@ -647,8 +647,8 @@ lzexpand.dll.so : lz32.dll.so
mapi32.dll.so
:
mapi32/mapi32.dll.so
$(RM)
$@
&&
$(LN_S)
mapi32/mapi32.dll.so
$@
mciavi
.drv.so
:
winmm/mciavi/mciavi.drv
.so
$(RM)
$@
&&
$(LN_S)
winmm/mciavi/mciavi.drv
.so
$@
mciavi
32.dll.so
:
mciavi32/mciavi32.dll
.so
$(RM)
$@
&&
$(LN_S)
mciavi32/mciavi32.dll
.so
$@
mcicda.dll.so
:
mcicda/mcicda.dll.so
$(RM)
$@
&&
$(LN_S)
mcicda/mcicda.dll.so
$@
...
...
@@ -1638,7 +1638,7 @@ winmm/joystick/joystick.drv.so: winmm/joystick
kernel/kernel32.dll.so
:
kernel
lzexpand/lz32.dll.so
:
lzexpand
mapi32/mapi32.dll.so
:
mapi32
winmm/mciavi/mciavi.drv.so
:
winmm/mciavi
mciavi32/mciavi32.dll.so
:
mciavi32
mcicda/mcicda.dll.so
:
mcicda
mciseq/mciseq.dll.so
:
mciseq
winmm/mciwave/mciwave.drv.so
:
winmm/mciwave
...
...
dlls/
winmm/mciavi
/.cvsignore
→
dlls/
mciavi32
/.cvsignore
View file @
c6e294de
Makefile
mciavi
.drv
.dbg.c
mciavi
32.dll
.dbg.c
mciavi_res.res
dlls/
winmm/mciavi
/Makefile.in
→
dlls/
mciavi32
/Makefile.in
View file @
c6e294de
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
/..
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
mciavi
.drv
MODULE
=
mciavi
32.dll
IMPORTS
=
msvfw32 winmm user32 gdi32 kernel32
C_SRCS
=
\
...
...
dlls/
winmm/mciavi
/info.c
→
dlls/
mciavi32
/info.c
View file @
c6e294de
/* -*- tab-width: 8; c-basic-offset: 4 -*- */
/*
* Digital video MCI Wine Driver
*
...
...
dlls/
winmm/mciavi
/mciavi.c
→
dlls/
mciavi32
/mciavi.c
View file @
c6e294de
/*
* Digital video MCI Wine Driver
*
...
...
dlls/
winmm/mciavi/mciavi.drv
.spec
→
dlls/
mciavi32/mciavi32
.spec
View file @
c6e294de
File moved
dlls/
winmm/mciavi
/mciavi_res.rc
→
dlls/
mciavi32
/mciavi_res.rc
View file @
c6e294de
File moved
dlls/
winmm/mciavi
/mmoutput.c
→
dlls/
mciavi32
/mmoutput.c
View file @
c6e294de
/* -*- tab-width: 8; c-basic-offset: 4 -*- */
/*
* Digital video MCI Wine Driver
*
...
...
dlls/
winmm/mciavi
/private_mciavi.h
→
dlls/
mciavi32
/private_mciavi.h
View file @
c6e294de
/* -*- tab-width: 8; c-basic-offset: 4 -*- */
/*
* Digital video MCI Wine Driver
*
...
...
dlls/
winmm/mciavi
/wnd.c
→
dlls/
mciavi32
/wnd.c
View file @
c6e294de
/* -*- tab-width: 8; c-basic-offset: 4 -*- */
/*
* Digital video MCI Wine Driver
*
...
...
dlls/winmm/time.c
View file @
c6e294de
...
...
@@ -465,7 +465,7 @@ DWORD WINAPI timeGetTime(void)
DWORD
count
;
/* FIXME: releasing the win16 lock here is a temporary hack (I hope)
* that lets mciavi
.drv
run correctly
* that lets mciavi
32.dll
run correctly
*/
if
(
pFnReleaseThunkLock
)
pFnReleaseThunkLock
(
&
count
);
if
(
pFnRestoreThunkLock
)
pFnRestoreThunkLock
(
count
);
...
...
programs/winecfg/properties.c
View file @
c6e294de
...
...
@@ -36,7 +36,7 @@ static const DLL_DESC sDLLType[] = {
{
"shdocvw"
,
DLL_BUILTIN
},
{
"advapi32"
,
DLL_BUILTIN
},
{
"msvcrt"
,
DLL_NATIVE
},
{
"mciavi
.drv
"
,
DLL_NATIVE
},
{
"mciavi
32.dll
"
,
DLL_NATIVE
},
{
"*"
,
DLL_NATIVE
},
{
""
,
-
1
}
};
...
...
tools/wine.inf
View file @
c6e294de
...
...
@@ -207,7 +207,7 @@ HKLM,%FontSubStr%,"Tms Rmn",,"Times New Roman"
HKLM,System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts,"LogPixels",0x10001,00000060
[MCI]
HKLM,%Mci32Str%,"AVIVideo",,"mciavi
.drv
"
HKLM,%Mci32Str%,"AVIVideo",,"mciavi
32.dll
"
HKLM,%Mci32Str%,"CDAudio",,"mcicda.dll"
HKLM,%Mci32Str%,"Sequencer",,"mciseq.dll"
HKLM,%Mci32Str%,"WaveAudio",,"mciwave.drv"
...
...
@@ -2066,7 +2066,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
[SystemIni]
system.ini, mci,,"MPEGVideo=mciqtz.drv"
system.ini, mci,,"MPEGVideo2=mciqtz.drv"
system.ini, mci,,"avivideo=mciavi
.drv
"
system.ini, mci,,"avivideo=mciavi
32.dll
"
system.ini, mci,,"cdaudio=mcicda.dll"
system.ini, mci,,"sequencer=mciseq.dll"
system.ini, mci,,"vcr=mcivisca.drv"
...
...
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