Oct. 29, 2024
5:09 a.m.
Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/tests/toolbar.c:
DestroyWindow(hwnd); }
+static void test_WM_NOTIFY_forwarding_to_parent(void) +{ + HWND toolbar = NULL; + LRESULT ret; +#ifdef _WIN64 + const WPARAM unused_wParam = 0x9c15b293ef1d1a25; +#else + const WPARAM unused_wParam = 0x5d0b6232;
wparam should be from GetDlgCtrlID() or setting it to 1 or 0 is enough because the you're only expecting it to be different. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6737#note_86282