msi/tests: Fix compilation on systems that don't support nameless unions or structs.

This commit is contained in:
Francois Gouget 2010-09-07 15:28:27 +02:00 committed by Alexandre Julliard
parent 6e76c894e8
commit b66eb177af
1 changed files with 1 additions and 1 deletions

View File

@ -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;