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
8c771e3f
Commit
8c771e3f
authored
Feb 07, 2011
by
Austin English
Committed by
Alexandre Julliard
Feb 08, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dsound/tests: Make sure to use return values (LLVM/Clang).
parent
19fea209
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
ds3d8.c
dlls/dsound/tests/ds3d8.c
+3
-0
No files found.
dlls/dsound/tests/ds3d8.c
View file @
8c771e3f
...
@@ -648,7 +648,10 @@ static HRESULT test_secondary8(LPGUID lpGuid, int play,
...
@@ -648,7 +648,10 @@ static HRESULT test_secondary8(LPGUID lpGuid, int play,
"IDirectSound8_CreateSoundBuffer(secondary) should have "
"IDirectSound8_CreateSoundBuffer(secondary) should have "
"returned DSERR_INVALIDPARAM, returned %08x
\n
"
,
rc
);
"returned DSERR_INVALIDPARAM, returned %08x
\n
"
,
rc
);
if
(
secondary
)
if
(
secondary
)
{
ref
=
IDirectSoundBuffer_Release
(
secondary
);
ref
=
IDirectSoundBuffer_Release
(
secondary
);
ok
(
ref
==
0
,
"IDirectSoundBuffer_Release() primary has %d references, should have 0
\n
"
,
ref
);
}
init_format
(
&
wfx
,
WAVE_FORMAT_PCM
,
22050
,
16
,
1
);
init_format
(
&
wfx
,
WAVE_FORMAT_PCM
,
22050
,
16
,
1
);
}
}
...
...
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