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

dpnet: COM cleanup for the IDirectPlay8Client iface.

parent 21d6086c
...@@ -47,9 +47,8 @@ typedef struct IDirectPlay8ThreadPoolImpl IDirectPlay8ThreadPoolImpl; ...@@ -47,9 +47,8 @@ typedef struct IDirectPlay8ThreadPoolImpl IDirectPlay8ThreadPoolImpl;
*/ */
struct IDirectPlay8ClientImpl struct IDirectPlay8ClientImpl
{ {
/* IUnknown fields */ IDirectPlay8Client IDirectPlay8Client_iface;
const IDirectPlay8ClientVtbl *lpVtbl; LONG ref;
LONG ref;
/* IDirectPlay8Client fields */ /* IDirectPlay8Client 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