Re: comctl32/tests: make sure to use return values (LLVM/Clang) (try 2)
Feb. 17, 2011
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.
5518
Age (days ago)
5518
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov