dplayx: Fix the definition of DirectPlayCreate.

oldstable
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
( LPGUID lpGUID, LPDIRECTPLAY2 *lplpDP, IUnknown *pUnk)
( LPGUID lpGUID, LPDIRECTPLAY *lplpDP, IUnknown *pUnk )
{
HRESULT hr;
LPDIRECTPLAY3A lpDP3A;

View File

@ -392,7 +392,7 @@ typedef BOOL (CALLBACK *LPDPENUMSESSIONSCALLBACK)(
extern HRESULT WINAPI DirectPlayEnumerateA( LPDPENUMDPCALLBACKA, 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)(
DPID dpId,