Commit ea71c9e5 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent a07195bb
......@@ -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 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment