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
e4ff8a0c
Commit
e4ff8a0c
authored
Jun 10, 2008
by
Zac Brown
Committed by
Alexandre Julliard
Jun 11, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dsound/tests: Improve test for IDirectSound8_CreateSoundBuffer.
parent
85605ab5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
dsound8.c
dlls/dsound/tests/dsound8.c
+4
-1
No files found.
dlls/dsound/tests/dsound8.c
View file @
e4ff8a0c
...
...
@@ -432,7 +432,10 @@ static HRESULT test_primary8(LPGUID lpGuid)
"DSERR_INVALIDPARAM, returned: rc=%s,dsbo=%p
\n
"
,
DXGetErrorString8
(
rc
),
primary
);
/* DSOUND: Error: Invalid buffer description pointer */
ZeroMemory
(
&
bufdesc
,
sizeof
(
bufdesc
));
bufdesc
.
dwSize
=
sizeof
(
DSBUFFERDESC
);
/* DSOUND: Error: Invalid dsound buffer interface pointer */
rc
=
IDirectSound8_CreateSoundBuffer
(
dso
,
&
bufdesc
,
0
,
NULL
);
ok
(
rc
==
DSERR_INVALIDPARAM
&&
primary
==
0
,
"IDirectSound8_CreateSoundBuffer() should have failed: rc=%s,"
...
...
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