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
f1d74149
Commit
f1d74149
authored
Jan 12, 2012
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Jan 12, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dsound: COM cleanup for the IDirectSoundCaptureBuffer8 iface.
parent
7dac3e09
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
61 additions
and
95 deletions
+61
-95
capture.c
dlls/dsound/capture.c
+59
-90
dsound_private.h
dlls/dsound/dsound_private.h
+2
-5
No files found.
dlls/dsound/capture.c
View file @
f1d74149
This diff is collapsed.
Click to expand it.
dlls/dsound/dsound_private.h
View file @
f1d74149
...
...
@@ -247,13 +247,10 @@ struct DirectSoundCaptureDevice
*/
struct
IDirectSoundCaptureBufferImpl
{
/* IUnknown fields */
const
IDirectSoundCaptureBuffer8Vtbl
*
lpVtbl
;
IDirectSoundCaptureBuffer8
IDirectSoundCaptureBuffer8_iface
;
LONG
ref
;
/* IDirectSoundCaptureBufferImpl fields */
/* IDirectSoundCaptureBuffer fields */
DirectSoundCaptureDevice
*
device
;
/* FIXME: don't need this */
LPDSCBUFFERDESC
pdscbd
;
DWORD
flags
;
...
...
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