wintrust/tests: Fix compilation on systems that don't support nameless unions.
This commit is contained in:
parent
e42d932c85
commit
32974e25a2
|
@ -437,7 +437,7 @@ static void test_wintrust(void)
|
|||
wtd.dwUIChoice = WTD_UI_NONE;
|
||||
wtd.fdwRevocationChecks = WTD_REVOKE_WHOLECHAIN;
|
||||
wtd.dwUnionChoice = WTD_CHOICE_FILE;
|
||||
wtd.pFile = &file;
|
||||
U(wtd).pFile = &file;
|
||||
wtd.dwStateAction = WTD_STATEACTION_VERIFY;
|
||||
memset(&file, 0, sizeof(file));
|
||||
file.cbStruct = sizeof(file);
|
||||
|
|
Loading…
Reference in New Issue