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
32b1e67a
Commit
32b1e67a
authored
Jan 20, 2004
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved msacmdrv.h to include directory to avoid inter-dll header
dependencies.
parent
5560d475
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
72 deletions
+6
-72
imaadp32.c
dlls/msacm/imaadp32/imaadp32.c
+1
-1
msadp32.c
dlls/msacm/msadp32/msadp32.c
+1
-1
msg711.c
dlls/msacm/msg711/msg711.c
+1
-1
mpegl3.c
dlls/msacm/winemp3/mpegl3.c
+1
-1
Makefile.in
include/Makefile.in
+1
-0
msacmdrv.h
include/msacmdrv.h
+1
-68
No files found.
dlls/msacm/imaadp32/imaadp32.c
View file @
32b1e67a
...
...
@@ -30,7 +30,7 @@
#include "mmsystem.h"
#include "mmreg.h"
#include "msacm.h"
#include "
../
msacmdrv.h"
#include "msacmdrv.h"
#include "wine/debug.h"
/* see http://www.pcisys.net/~melanson/codecs/adpcm.txt for the details */
...
...
dlls/msacm/msadp32/msadp32.c
View file @
32b1e67a
...
...
@@ -30,7 +30,7 @@
#include "mmsystem.h"
#include "mmreg.h"
#include "msacm.h"
#include "
../
msacmdrv.h"
#include "msacmdrv.h"
#include "wine/debug.h"
/* see http://www.pcisys.net/~melanson/codecs/adpcm.txt for the details */
...
...
dlls/msacm/msg711/msg711.c
View file @
32b1e67a
...
...
@@ -30,7 +30,7 @@
#include "mmsystem.h"
#include "mmreg.h"
#include "msacm.h"
#include "
../
msacmdrv.h"
#include "msacmdrv.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
g711
);
...
...
dlls/msacm/winemp3/mpegl3.c
View file @
32b1e67a
...
...
@@ -30,7 +30,7 @@
#include "mmsystem.h"
#include "mmreg.h"
#include "msacm.h"
#include "
../
msacmdrv.h"
#include "msacmdrv.h"
#include "mpg123.h"
#include "mpglib.h"
...
...
include/Makefile.in
View file @
32b1e67a
...
...
@@ -119,6 +119,7 @@ WINDOWS_INCLUDES = \
mmsystem.h
\
msacm.h
\
msacmdlg.h
\
msacmdrv.h
\
msi.h
\
msiquery.h
\
mssip.h
\
...
...
dlls/msacm
/msacmdrv.h
→
include
/msacmdrv.h
View file @
32b1e67a
...
...
@@ -25,7 +25,6 @@
#include "windef.h"
#include "winbase.h"
#include "wine/windef16.h"
#include "mmsystem.h"
#include "mmreg.h"
#include "msacm.h"
...
...
@@ -95,33 +94,6 @@ typedef struct _ACMDRVOPENDESCW
DWORD
dnDevNode
;
}
ACMDRVOPENDESCW
,
*
PACMDRVOPENDESCW
;
typedef
struct
_ACMDRVOPENDESC16
{
DWORD
cbStruct
;
FOURCC
fccType
;
FOURCC
fccComp
;
DWORD
dwVersion
;
DWORD
dwFlags
;
DWORD
dwError
;
LPCSTR
pszSectionName
;
LPCSTR
pszAliasName
;
DWORD
dnDevNode
;
}
ACMDRVOPENDESC16
,
*
NPACMDRVOPENDESC16
,
*
LPACMDRVOPENDESC16
;
typedef
struct
_ACMDRVSTREAMINSTANCE16
{
DWORD
cbStruct
;
LPWAVEFORMATEX
pwfxSrc
;
LPWAVEFORMATEX
pwfxDst
;
LPWAVEFILTER
pwfltr
;
DWORD
dwCallback
;
DWORD
dwInstance
;
DWORD
fdwOpen
;
DWORD
fdwDriver
;
DWORD
dwDriver
;
HACMSTREAM16
has
;
}
ACMDRVSTREAMINSTANCE16
,
*
NPACMDRVSTREAMINSTANCE16
,
*
LPACMDRVSTREAMINSTANCE16
;
typedef
struct
_ACMDRVSTREAMINSTANCE
{
DWORD
cbStruct
;
...
...
@@ -136,34 +108,6 @@ typedef struct _ACMDRVSTREAMINSTANCE
HACMSTREAM
has
;
}
ACMDRVSTREAMINSTANCE
,
*
PACMDRVSTREAMINSTANCE
;
typedef
struct
_ACMDRVSTREAMHEADER16
*
LPACMDRVSTREAMHEADER16
;
typedef
struct
_ACMDRVSTREAMHEADER16
{
DWORD
cbStruct
;
DWORD
fdwStatus
;
DWORD
dwUser
;
LPBYTE
pbSrc
;
DWORD
cbSrcLength
;
DWORD
cbSrcLengthUsed
;
DWORD
dwSrcUser
;
LPBYTE
pbDst
;
DWORD
cbDstLength
;
DWORD
cbDstLengthUsed
;
DWORD
dwDstUser
;
DWORD
fdwConvert
;
LPACMDRVSTREAMHEADER16
*
padshNext
;
DWORD
fdwDriver
;
DWORD
dwDriver
;
/* Internal fields for ACM */
DWORD
fdwPrepared
;
DWORD
dwPrepared
;
LPBYTE
pbPreparedSrc
;
DWORD
cbPreparedSrcLength
;
LPBYTE
pbPreparedDst
;
DWORD
cbPreparedDstLength
;
}
ACMDRVSTREAMHEADER16
,
*
NPACMDRVSTREAMHEADER16
;
typedef
struct
_ACMDRVSTREAMHEADER
*
PACMDRVSTREAMHEADER
;
typedef
struct
_ACMDRVSTREAMHEADER
{
DWORD
cbStruct
;
...
...
@@ -198,18 +142,7 @@ typedef struct _ACMDRVSTREAMSIZE
DWORD
fdwSize
;
DWORD
cbSrcLength
;
DWORD
cbDstLength
;
}
ACMDRVSTREAMSIZE16
,
*
NPACMDRVSTREAMSIZE16
,
*
LPACMDRVSTREAMSIZE16
,
ACMDRVSTREAMSIZE
,
*
PACMDRVSTREAMSIZE
;
typedef
struct
_ACMDRVFORMATSUGGEST16
{
DWORD
cbStruct
;
DWORD
fdwSuggest
;
LPWAVEFORMATEX
pwfxSrc
;
DWORD
cbwfxSrc
;
LPWAVEFORMATEX
pwfxDst
;
DWORD
cbwfxDst
;
}
ACMDRVFORMATSUGGEST16
,
*
NPACMDRVFORMATSUGGEST
,
*
LPACMDRVFORMATSUGGEST
;
}
ACMDRVSTREAMSIZE
,
*
PACMDRVSTREAMSIZE
;
typedef
struct
_ACMDRVFORMATSUGGEST
{
...
...
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