Re: comctl32/tests: make sure to use return values (LLVM/Clang) (try 2)
17 Feb
2011
17 Feb
'11
6:14 a.m.
Austin English <austinenglish(a)gmail.com> wrote:
+ r = SendMessage(hwnd, LVM_SETICONSPACING, 0, MAKELONG(100,50)); + ok(r, "failed\n");
Please use a more informative failure message.
r = SendMessage(hwnd, WM_NOTIFYFORMAT, 0, NF_QUERY); + todo_wine expect(2, r);
2 is NFR_UNICODE. -- Dmitry.
5416
Age (days ago)
5416
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov