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
d8dea427
Commit
d8dea427
authored
Jan 06, 2001
by
Johan Gill
Committed by
Alexandre Julliard
Jan 06, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added a more truthful message about what really is wrong.
parent
268b5555
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
dsound_main.c
dlls/dsound/dsound_main.c
+7
-0
No files found.
dlls/dsound/dsound_main.c
View file @
d8dea427
...
...
@@ -1769,6 +1769,13 @@ static HRESULT WINAPI IDirectSoundBufferImpl_QueryInterface(
return
S_OK
;
}
#else
if
(
IsEqualGUID
(
&
IID_IDirectSound3DBuffer
,
riid
)
)
{
FIXME
(
"%s: I know about this GUID, but don't support it yet
\n
"
,
debugstr_guid
(
riid
));
*
ppobj
=
NULL
;
return
E_FAIL
;
}
#endif
if
(
IsEqualGUID
(
&
IID_IDirectSound3DListener
,
riid
)
)
{
...
...
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