j
k
j a
j l
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?
Hi Rob,
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 *.
Back to the thread
Back to the list