Commit fa54a0b3 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

dsound/tests: Use nameless unions.

parent 0536299a
TESTDLL = dsound.dll
IMPORTS = dmoguids dsound msdmo ole32 version user32
EXTRADEFS = -DWINE_NO_NAMELESS_EXTENSION
C_SRCS = \
capture.c \
......
......@@ -1112,7 +1112,7 @@ static void test_first_device(void)
hr = IPropertyStore_GetValue(ps, &PKEY_AudioEndpoint_GUID, &pv);
ok(hr == S_OK, "GetValue failed: %08x\n", hr);
CLSIDFromString(pv.u.pwszVal, &default_info.guid);
CLSIDFromString(pv.pwszVal, &default_info.guid);
PropVariantClear(&pv);
IPropertyStore_Release(ps);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment