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
621d9e44
Commit
621d9e44
authored
Feb 18, 2013
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Feb 19, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "dsound/tests: Primary and secondary buffers use the same IDirectSoundBuffer vtbl.".
This reverts commit
7959778d
. This is not always the case on Windows.
parent
242da670
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
dsound.c
dlls/dsound/tests/dsound.c
+0
-3
dsound8.c
dlls/dsound/tests/dsound8.c
+0
-3
No files found.
dlls/dsound/tests/dsound.c
View file @
621d9e44
...
...
@@ -642,9 +642,6 @@ static HRESULT test_primary_secondary(LPGUID lpGuid)
"IDirectSound_CreateSoundBuffer() failed to create a secondary buffer %08x
\n
"
,
rc
);
if
(
rc
==
DS_OK
&&
secondary
!=
NULL
)
{
todo_wine
ok
(
primary
->
lpVtbl
==
secondary
->
lpVtbl
,
"Primary and secondary buffers have different vtbls.
\n
"
);
test_buffer
(
dso
,
&
secondary
,
0
,
FALSE
,
0
,
FALSE
,
0
,
winetest_interactive
,
1
.
0
,
0
,
NULL
,
0
,
0
,
FALSE
,
0
);
...
...
dlls/dsound/tests/dsound8.c
View file @
621d9e44
...
...
@@ -648,9 +648,6 @@ static HRESULT test_primary_secondary8(LPGUID lpGuid)
"buffer %08x
\n
"
,
rc
);
if
(
rc
==
DS_OK
&&
secondary
!=
NULL
)
{
todo_wine
ok
(
primary
->
lpVtbl
==
secondary
->
lpVtbl
,
"Primary and secondary buffers have different vtbls.
\n
"
);
test_buffer8
(
dso
,
&
secondary
,
0
,
FALSE
,
0
,
FALSE
,
0
,
winetest_interactive
,
1
.
0
,
0
,
NULL
,
0
,
0
);
...
...
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