Ismael Barros : dplayx: Fix the definition of DirectPlayCreate.

Alexandre Julliard julliard at winehq.org
Fri Aug 1 05:33:55 CDT 2008


Module: wine
Branch: master
Commit: 5dc0d4d1ed2de76f21ba4f5298ba9ab251c6fd83
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=5dc0d4d1ed2de76f21ba4f5298ba9ab251c6fd83

Author: Ismael Barros <razielmine at gmail.com>
Date:   Thu Jul 31 20:17:25 2008 +0300

dplayx: Fix the definition of DirectPlayCreate.

---

 dlls/dplayx/dplay.c |    2 +-
 include/dplay.h     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/dplayx/dplay.c b/dlls/dplayx/dplay.c
index 829a21c..9187040 100644
--- a/dlls/dplayx/dplay.c
+++ b/dlls/dplayx/dplay.c
@@ -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;
diff --git a/include/dplay.h b/include/dplay.h
index 855fc50..e9c8c2e 100644
--- a/include/dplay.h
+++ b/include/dplay.h
@@ -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,




More information about the wine-cvs mailing list