Commit 5bd33566 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

dmime: COM cleanup for IDirectMusicPerformance8.

parent f726e0c0
...@@ -128,7 +128,7 @@ typedef struct DMUSIC_PRIVATE_PCHANNEL_ { ...@@ -128,7 +128,7 @@ typedef struct DMUSIC_PRIVATE_PCHANNEL_ {
*/ */
struct IDirectMusicPerformance8Impl { struct IDirectMusicPerformance8Impl {
/* IUnknown fields */ /* IUnknown fields */
const IDirectMusicPerformance8Vtbl *lpVtbl; IDirectMusicPerformance8 IDirectMusicPerformance8_iface;
LONG ref; LONG ref;
/* IDirectMusicPerformanceImpl fields */ /* IDirectMusicPerformanceImpl fields */
......
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