mmdevapi: Add todo_wine in dependency test.

This commit is contained in:
Maarten Lankhorst 2010-02-21 11:53:38 +01:00 committed by Alexandre Julliard
parent 8f76035d97
commit 520a2830d5
1 changed files with 1 additions and 1 deletions

View File

@ -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");