dplayx: Fix the definition of DirectPlayCreate.

This commit is contained in:
Ismael Barros 2008-07-31 20:17:25 +03:00 committed by Alexandre Julliard
parent 1eb0d92780
commit 5dc0d4d1ed
2 changed files with 2 additions and 2 deletions

View File

@ -5393,7 +5393,7 @@ static BOOL CALLBACK cbDPCreateEnumConnections(
* *
*/ */
HRESULT WINAPI DirectPlayCreate HRESULT WINAPI DirectPlayCreate
( LPGUID lpGUID, LPDIRECTPLAY2 *lplpDP, IUnknown *pUnk) ( LPGUID lpGUID, LPDIRECTPLAY *lplpDP, IUnknown *pUnk )
{ {
HRESULT hr; HRESULT hr;
LPDIRECTPLAY3A lpDP3A; LPDIRECTPLAY3A lpDP3A;

View File

@ -392,7 +392,7 @@ typedef BOOL (CALLBACK *LPDPENUMSESSIONSCALLBACK)(
extern HRESULT WINAPI DirectPlayEnumerateA( LPDPENUMDPCALLBACKA, LPVOID ); extern HRESULT WINAPI DirectPlayEnumerateA( LPDPENUMDPCALLBACKA, LPVOID );
extern HRESULT WINAPI DirectPlayEnumerateW( LPDPENUMDPCALLBACKW, LPVOID ); extern HRESULT WINAPI DirectPlayEnumerateW( LPDPENUMDPCALLBACKW, LPVOID );
extern HRESULT WINAPI DirectPlayCreate( LPGUID lpGUID, LPDIRECTPLAY2 *lplpDP, IUnknown *pUnk); extern HRESULT WINAPI DirectPlayCreate( LPGUID lpGUID, LPDIRECTPLAY *lplpDP, IUnknown *pUnk );
typedef BOOL (CALLBACK *LPDPENUMPLAYERSCALLBACK)( typedef BOOL (CALLBACK *LPDPENUMPLAYERSCALLBACK)(
DPID dpId, DPID dpId,