1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 03:45:57 +00:00

devenum/tests: Use nameless unions/structs.

This commit is contained in:
Alexandre Julliard 2023-07-19 12:20:04 +02:00
parent d98b09183c
commit af2bda32bb

View File

@ -269,7 +269,7 @@ static void test_register_filter(void)
rgf2.dwVersion = 2;
rgf2.dwMerit = MERIT_UNLIKELY;
S2(U(rgf2)).cPins2 = 0;
rgf2.cPins2 = 0;
hr = IFilterMapper2_RegisterFilter(mapper2, &CLSID_TestFilter, L"devenum test", &mon, NULL, NULL, &rgf2);