msi/tests: Fix compilation on systems that don't support nameless unions or structs.
This commit is contained in:
parent
6e76c894e8
commit
b66eb177af
|
@ -9666,7 +9666,7 @@ static void test_installprops(void)
|
|||
if (pGetSystemInfo)
|
||||
{
|
||||
pGetSystemInfo(&si);
|
||||
if (si.wProcessorArchitecture == PROCESSOR_ARCHITECTURE_AMD64)
|
||||
if (S(U(si)).wProcessorArchitecture == PROCESSOR_ARCHITECTURE_AMD64)
|
||||
{
|
||||
buf[0] = 0;
|
||||
size = MAX_PATH;
|
||||
|
|
Loading…
Reference in New Issue