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
231fa341
Commit
231fa341
authored
May 28, 2007
by
Andrew Talbot
Committed by
Alexandre Julliard
May 29, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msg711.acm: Constify some variables.
parent
9312f0f9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
msg711.c
dlls/msg711.acm/msg711.c
+2
-2
No files found.
dlls/msg711.acm/msg711.c
View file @
231fa341
...
...
@@ -94,7 +94,7 @@ static const Format ULaw_Formats[] =
/***********************************************************************
* G711_GetFormatIndex
*/
static
DWORD
G711_GetFormatIndex
(
LPWAVEFORMATEX
wfx
)
static
DWORD
G711_GetFormatIndex
(
const
WAVEFORMATEX
*
wfx
)
{
int
i
,
hi
;
const
Format
*
fmts
;
...
...
@@ -983,7 +983,7 @@ static LRESULT G711_StreamClose(PACMDRVSTREAMINSTANCE adsi)
* G711_StreamSize
*
*/
static
LRESULT
G711_StreamSize
(
PACMDRVSTREAMINSTANCE
adsi
,
PACMDRVSTREAMSIZE
adss
)
static
LRESULT
G711_StreamSize
(
const
ACMDRVSTREAMINSTANCE
*
adsi
,
PACMDRVSTREAMSIZE
adss
)
{
switch
(
adss
->
fdwSize
)
{
...
...
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