Commit 679b57f1 authored by Alexandre Julliard's avatar Alexandre Julliard

pdh/tests: Use nameless unions/structs.

parent 86721b87
......@@ -884,7 +884,7 @@ static void test_PdhCollectQueryDataEx(void)
status = PdhGetFormattedCounterValue( counter, PDH_FMT_LARGE, NULL, &value );
ok(status == ERROR_SUCCESS, "PdhGetFormattedCounterValue failed 0x%08lx\n", status);
trace( "uptime %s\n", wine_dbgstr_longlong(U(value).largeValue) );
trace( "uptime %s\n", wine_dbgstr_longlong(value.largeValue) );
}
}
......
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