Re: [PATCH v5 0/2] MR6737: comctl32/toolbar: forward unhandled WM_NOTIFY
31 Oct
2024
31 Oct
'24
9:39 a.m.
Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/tests/toolbar.c:
static void *alloced_str;
-static LRESULT parent_wnd_notify(LPARAM lParam) +#define forward_test_idFrom 0xabcd0002 +#define forward_test_code 0xabcd0003 +#define forward_test_return 0xabcd0004 +static _Bool forward_test; +static const NMHDR forward_test_nmhdr = {
Rename forward_test_nmhdr to test_WM_NOTIFY_forwarding_nmhdr. And put the `{` on a newline. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6737#note_86357
411
Age (days ago)
411
Last active (days ago)
0 comments
1 participants
participants (1)
-
Zhiyi Zhang (@zhiyi)