Re: [PATCH v5 0/2] MR6737: comctl32/toolbar: forward unhandled WM_NOTIFY
31 Oct
2024
31 Oct
'24
10:21 a.m.
On Thu Oct 31 09:39:11 2024 +0000, Zhiyi Zhang wrote:
Put the todo_wine before each ok() statement in test_WM_NOTIFY() instead. do `ok`s in
case forward_test_code:
if (forward_test)
{
ok(hdr == &forward_test_nmhdr, "Got unexpected header.\n");
ok(wParam == forward_test_idFrom, "Got unexpected wParam 0x%Ix.\n", wParam);
}
else
{
ok(FALSE, "Got unexpected WM_NOTIFY.\n");
}
forward_test = FALSE;
return forward_test_return;
need to be replaced with `todo_wine ok`? they get passed 1 in first argument in windows and never run in wine without editing `dlls/comctl32/toolbar.c` -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6737#note_86362
412
Age (days ago)
412
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alanas (@BZZZZ)