Commit ecc369a0 authored by Christian Costa's avatar Christian Costa Committed by Alexandre Julliard

dmsynth: COM cleanup of IDirectMusicSynth8. Rename parameters.

parent 95abff7b
......@@ -57,7 +57,7 @@ extern HRESULT WINAPI DMUSIC_CreateDirectMusicSynthSinkImpl (LPCGUID lpcGUID, LP
*/
struct IDirectMusicSynth8Impl {
/* IUnknown fields */
const IDirectMusicSynth8Vtbl *lpVtbl;
IDirectMusicSynth8 IDirectMusicSynth8_iface;
LONG ref;
/* IDirectMusicSynth8 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