[PATCH 4/6] ole32: Display the testname for the test for display name in test_moniker.

Robert Shearman rob at codeweavers.com
Tue Mar 27 16:16:36 CDT 2007


Juan Lang wrote:
> Hi Rob,
>
> +    ok(!lstrcmpW(display_name, expected_display_name), "%s: display name
> wasn't what was expected\n", testname);
>
> Can you pass a WCHAR * when the string format is %s?
>   

display_name is WCHAR *, but testname is char *.

-- 
Rob Shearman




More information about the wine-devel mailing list