Commit 3a9fa902 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

dpnet: COM cleanup for the IDirectPlay8LobbiedApplication iface.

parent 41059e16
......@@ -73,10 +73,8 @@ struct IDirectPlay8AddressImpl
*/
struct IDirectPlay8LobbiedApplicationImpl
{
/* IUnknown fields */
const IDirectPlay8LobbiedApplicationVtbl *lpVtbl;
LONG ref;
/* IDirectPlay8LobbiedApplication fields */
IDirectPlay8LobbiedApplication IDirectPlay8LobbiedApplication_iface;
LONG ref;
};
/*****************************************************************************
......
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