Prepare switching to unicode of builtin widgets.
[wine.git] / dlls / dplayx / dpinit.h
blobfceecc3e18cb6bdb8384892f41e7ac20857f4e8b
2 #ifndef __WINE_DPINIT_H
3 #define __WINE_DPINIT_H
5 #include "wtypes.h"
6 #include "dplay_global.h"
8 extern HRESULT DP_CreateInterface( REFIID riid, LPVOID* ppvObj );
9 extern HRESULT DPL_CreateInterface( REFIID riid, LPVOID* ppvObj );
10 extern HRESULT DPSP_CreateInterface( REFIID riid, LPVOID* ppvObj,
11 IDirectPlay2Impl* dp );
13 #endif