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.