Module: wine Branch: master Commit: cc549b27df055e3007e3d7e9236abc1c2e4dadba URL: http://source.winehq.org/git/wine.git/?a=commit;h=cc549b27df055e3007e3d7e923...
Author: Kai Blin kai.blin@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;