Commit 2ddf1c38 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

dpnet: COM cleanup for the IDirectPlay8Address iface.

parent 487cc972
...@@ -62,9 +62,8 @@ struct IDirectPlay8ClientImpl ...@@ -62,9 +62,8 @@ struct IDirectPlay8ClientImpl
*/ */
struct IDirectPlay8AddressImpl struct IDirectPlay8AddressImpl
{ {
/* IUnknown fields */ IDirectPlay8Address IDirectPlay8Address_iface;
const IDirectPlay8AddressVtbl *lpVtbl; LONG ref;
LONG ref;
/* IDirectPlay8Address fields */ /* IDirectPlay8Address fields */
GUID SP_guid; GUID SP_guid;
const WCHAR *url; const WCHAR *url;
......
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