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
7da80d1f
Commit
7da80d1f
authored
Aug 24, 2011
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Aug 24, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dsound: Basic COM cleanup for the IDirectSoundBuffer8 iface.
parent
beac9a27
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
buffer.c
dlls/dsound/buffer.c
+0
-0
dsound_private.h
dlls/dsound/dsound_private.h
+1
-3
No files found.
dlls/dsound/buffer.c
View file @
7da80d1f
This diff is collapsed.
Click to expand it.
dlls/dsound/dsound_private.h
View file @
7da80d1f
...
...
@@ -159,9 +159,7 @@ HRESULT DirectSoundDevice_VerifyCertification(DirectSoundDevice * device,
*/
struct
IDirectSoundBufferImpl
{
/* FIXME: document */
/* IUnknown fields */
const
IDirectSoundBuffer8Vtbl
*
lpVtbl
;
IDirectSoundBuffer8
IDirectSoundBuffer8_iface
;
LONG
ref
;
/* IDirectSoundBufferImpl fields */
SecondaryBufferImpl
*
secondary
;
...
...
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