ntdll._iswctype should be ntdll.iswctype.
[wine] / dlls / dplayx / dpinit.h
1
2 #ifndef __WINE_DPINIT_H
3 #define __WINE_DPINIT_H
4
5 #include "wtypes.h"
6 #include "dplay_global.h"
7
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 );
12 extern HRESULT DPLSP_CreateInterface( REFIID riid, LPVOID* ppvObj,
13                                       IDirectPlay2Impl* dp );
14
15
16 #endif