Kai Blin : dplayx: Remove unneeded test, fix compilation on msvc++.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Mar 5 06:23:21 CST 2007


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

Author: Kai Blin <kai.blin at gmail.com>
Date:   Sat Mar  3 12:44:17 2007 +0100

dplayx: Remove unneeded test, fix compilation on msvc++.

---

 dlls/dplayx/tests/dplayx.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/dplayx/tests/dplayx.c b/dlls/dplayx/tests/dplayx.c
index 836171e..92f9865 100644
--- a/dlls/dplayx/tests/dplayx.c
+++ b/dlls/dplayx/tests/dplayx.c
@@ -18,6 +18,7 @@
  */
 
 #include "wine/test.h"
+#define INITGUID
 #include <dplay.h>
 
 static BOOL validSP = FALSE; /*This global variable is needed until wine has a working service provider
@@ -32,7 +33,6 @@ static BOOL CALLBACK EnumConnectionsCallback(LPCGUID lpguidSP, LPVOID lpConnecti
     {
         /*I'm forcing TCP/IP Sevice provider*/
         hr = IDirectPlayX_InitializeConnection((LPDIRECTPLAY4) lpContext, lpConnection, 0);
-        todo_wine ok( SUCCEEDED( hr ), "It's not possible to initialize TCP/IP service provider\n");
         if( SUCCEEDED( hr ))
             validSP = TRUE;
         return FALSE;




More information about the wine-cvs mailing list