Commit bae5e6e1 authored by Alexander Nicolaysen Sørnes's avatar Alexander Nicolaysen Sørnes Committed by Alexandre Julliard

dpnet: Add stubbed DirectPlay8Peer interface.

parent 74cae34d
......@@ -35,6 +35,7 @@
typedef struct IDirectPlay8ClientImpl IDirectPlay8ClientImpl;
typedef struct IDirectPlay8AddressImpl IDirectPlay8AddressImpl;
typedef struct IDirectPlay8LobbiedApplicationImpl IDirectPlay8LobbiedApplicationImpl;
typedef struct IDirectPlay8PeerImpl IDirectPlay8PeerImpl;
typedef struct IDirectPlay8ThreadPoolImpl IDirectPlay8ThreadPoolImpl;
/* ------------------ */
......@@ -81,6 +82,16 @@ struct IDirectPlay8LobbiedApplicationImpl
};
/*****************************************************************************
* IDirectPlay8Peer implementation structure
*/
struct IDirectPlay8PeerImpl
{
/* IUnknown fields */
const IDirectPlay8PeerVtbl *lpVtbl;
LONG ref;
};
/*****************************************************************************
* IDirectPlay8ThreadPool implementation structure
*/
struct IDirectPlay8ThreadPoolImpl
......
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