mmdevapi: Add todo_wine in dependency test.
This commit is contained in:
parent
8f76035d97
commit
520a2830d5
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue