Commit f1d74149 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

dsound: COM cleanup for the IDirectSoundCaptureBuffer8 iface.

parent 7dac3e09
...@@ -247,13 +247,10 @@ struct DirectSoundCaptureDevice ...@@ -247,13 +247,10 @@ struct DirectSoundCaptureDevice
*/ */
struct IDirectSoundCaptureBufferImpl struct IDirectSoundCaptureBufferImpl
{ {
/* IUnknown fields */ IDirectSoundCaptureBuffer8 IDirectSoundCaptureBuffer8_iface;
const IDirectSoundCaptureBuffer8Vtbl *lpVtbl;
LONG ref; LONG ref;
/* IDirectSoundCaptureBuffer fields */
/* IDirectSoundCaptureBufferImpl fields */
DirectSoundCaptureDevice* device; DirectSoundCaptureDevice* device;
/* FIXME: don't need this */
LPDSCBUFFERDESC pdscbd; LPDSCBUFFERDESC pdscbd;
DWORD flags; DWORD flags;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment