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

dpnet: COM cleanup for the IDirectPlay8Peer iface.

parent a1e8bc65
...@@ -84,9 +84,8 @@ struct IDirectPlay8LobbiedApplicationImpl ...@@ -84,9 +84,8 @@ struct IDirectPlay8LobbiedApplicationImpl
*/ */
struct IDirectPlay8PeerImpl struct IDirectPlay8PeerImpl
{ {
/* IUnknown fields */ IDirectPlay8Peer IDirectPlay8Peer_iface;
const IDirectPlay8PeerVtbl *lpVtbl; LONG ref;
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