Austin English austinenglish@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.