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
3fae4082
Commit
3fae4082
authored
Sep 30, 2008
by
Andrew Talbot
Committed by
Alexandre Julliard
Oct 01, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dsound: Sign-compare warnings fix.
parent
623ee777
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
capture.c
dlls/dsound/capture.c
+1
-1
mixer.c
dlls/dsound/mixer.c
+2
-1
No files found.
dlls/dsound/capture.c
View file @
3fae4082
...
...
@@ -386,7 +386,7 @@ DirectSoundCaptureEnumerateW(
static
void
capture_CheckNotify
(
IDirectSoundCaptureBufferImpl
*
This
,
DWORD
from
,
DWORD
len
)
{
unsigned
i
;
int
i
;
for
(
i
=
0
;
i
<
This
->
nrofnotifies
;
++
i
)
{
LPDSBPOSITIONNOTIFY
event
=
This
->
notifies
+
i
;
DWORD
offset
=
event
->
dwOffset
;
...
...
dlls/dsound/mixer.c
View file @
3fae4082
...
...
@@ -324,7 +324,8 @@ static inline DWORD DSOUND_BufPtrDiff(DWORD buflen, DWORD ptr1, DWORD ptr2)
*/
void
DSOUND_MixToTemporary
(
const
IDirectSoundBufferImpl
*
dsb
,
DWORD
writepos
,
DWORD
len
,
BOOL
inmixer
)
{
INT
i
,
size
;
DWORD
i
;
INT
size
;
BYTE
*
ibp
,
*
obp
,
*
obp_begin
;
INT
iAdvance
=
dsb
->
pwfx
->
nBlockAlign
;
INT
oAdvance
=
dsb
->
device
->
pwfx
->
nBlockAlign
;
...
...
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