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

dmloader: COM cleanup of IDirectMusicLoader object.

parent bbf3e862
......@@ -91,10 +91,8 @@ typedef struct _WINE_LOADER_OPTION {
* IDirectMusicLoaderImpl implementation structure
*/
struct IDirectMusicLoaderImpl {
/* VTABLEs */
const IDirectMusicLoader8Vtbl *LoaderVtbl;
/* reference counter */
LONG dwRef;
IDirectMusicLoader8 IDirectMusicLoader8_iface;
LONG ref;
/* simple cache (linked list) */
struct list *pObjects;
/* settings for certain object classes */
......
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