Commit 5dc0d4d1 authored by Ismael Barros's avatar Ismael Barros Committed by Alexandre Julliard

dplayx: Fix the definition of DirectPlayCreate.

parent 1eb0d927
...@@ -5393,7 +5393,7 @@ static BOOL CALLBACK cbDPCreateEnumConnections( ...@@ -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;
......
...@@ -392,7 +392,7 @@ typedef BOOL (CALLBACK *LPDPENUMSESSIONSCALLBACK)( ...@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment