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? --Juan
____________________________________________________________________________________ The fish are biting. Get more visitors on your site using Yahoo! Search Marketing. http://searchmarketing.yahoo.com/arp/sponsoredsearch_v2.php
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 *.