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
*/
struct IDirectPlay8AddressImpl
{
/* IUnknown fields */
const IDirectPlay8AddressVtbl *lpVtbl;
LONG ref;
IDirectPlay8Address IDirectPlay8Address_iface;
LONG ref;
/* IDirectPlay8Address fields */
GUID SP_guid;
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