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
1db6e112
Commit
1db6e112
authored
Feb 10, 2010
by
Alexander Nicolaysen Sørnes
Committed by
Alexandre Julliard
Feb 11, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dsound/tests: DirectSound3DListener_QueryInterface should accept IKsPropertySet.
parent
ca9dbd73
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
ds3d.c
dlls/dsound/tests/ds3d.c
+10
-0
No files found.
dlls/dsound/tests/ds3d.c
View file @
1db6e112
...
...
@@ -1195,6 +1195,16 @@ static HRESULT test_primary_3d_with_listener(LPGUID lpGuid)
winetest_interactive
&&
!
(
dscaps
.
dwFlags
&
DSCAPS_EMULDRIVER
),
1
.
0
,
0
,
listener
,
0
,
0
,
FALSE
,
0
);
todo_wine
{
temp_buffer
=
NULL
;
rc
=
IDirectSound3DListener_QueryInterface
(
listener
,
&
IID_IKsPropertySet
,(
LPVOID
*
)
&
temp_buffer
);
ok
(
rc
==
DS_OK
&&
temp_buffer
!=
NULL
,
"IDirectSound3DListener_QueryInterface didn't handle IKsPropertySet: ret = %08x
\n
"
,
rc
);
if
(
temp_buffer
)
IKsPropertySet_Release
(
temp_buffer
);
}
}
/* Testing the reference counting */
...
...
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