dplayx/tests: Fix compilation on systems that don't support nameless unions.

This commit is contained in:
Francois Gouget 2009-08-31 11:52:28 +02:00 committed by Alexandre Julliard
parent a07195bb72
commit ea71c9e5fd
1 changed files with 1 additions and 1 deletions

View File

@ -6241,7 +6241,7 @@ static void test_host_migration(void)
check( 0, lpData->dwLocalDataSize );
checkLP( NULL, lpData->lpRemoteData );
check( 0, lpData->dwRemoteDataSize );
checkLP( NULL, lpData->dpnName.lpszShortNameA );
checkLP( NULL, U1(lpData->dpnName).lpszShortNameA );
check( 0, lpData->dpIdParent );
checkFlags( 0, lpData->dwFlags,
FLAGS_DPPLAYER | FLAGS_DPGROUP );