[PATCH 11/12] mmdevapi: Add todo_wine for ds8 interface

Maarten Lankhorst m.b.lankhorst at gmail.com
Sun Feb 21 04:53:38 CST 2010


Not going to work until directsound is using mmdevapi
---
 dlls/mmdevapi/tests/dependency.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/mmdevapi/tests/dependency.c b/dlls/mmdevapi/tests/dependency.c
index 0d60cb2..23c3614 100644
--- a/dlls/mmdevapi/tests/dependency.c
+++ b/dlls/mmdevapi/tests/dependency.c
@@ -72,7 +72,7 @@ START_TEST(dependency)
     ok(!GetModuleHandle("dsound.dll"), "dsound.dll was already loaded!\n");
 
     hr = IMMDevice_Activate(dev, &IID_IDirectSound8, CLSCTX_INPROC_SERVER, NULL, (void**)&ds8);
-    ok(hr == S_OK, "Activating ds8 interface failed: 0x%08x\n", hr);
+    todo_wine ok(hr == S_OK, "Activating ds8 interface failed: 0x%08x\n", hr);
     if (hr == S_OK)
     {
         ok(GetModuleHandle("dsound.dll") != NULL, "dsound.dll not loaded!\n");
-- 
1.7.0


--------------020602000501000005000704--



More information about the wine-patches mailing list