source: trunk/src/DPlayX/dpinit.h@ 4316

Last change on this file since 4316 was 4314, checked in by hugh, 25 years ago

Updated to latest wine version

File size: 366 bytes
Line 
1
2#ifndef __WINE_DPINIT_H
3#define __WINE_DPINIT_H
4
5#include "wtypes.h"
6#include "dplay_global.h"
7
8extern HRESULT DP_CreateInterface( REFIID riid, LPVOID* ppvObj );
9extern HRESULT DPL_CreateInterface( REFIID riid, LPVOID* ppvObj );
10extern HRESULT DPSP_CreateInterface( REFIID riid, LPVOID* ppvObj,
11 IDirectPlay2Impl* dp );
12
13#endif
Note: See TracBrowser for help on using the repository browser.