Oct. 29, 2024
8:48 a.m.
32 most significant bits will be not tested
I don't think it's important in this case. Something like the following seems better. ```c static const NMHDR forward_test_nmhdr = { .hwndFrom = (HWND)0xabcd0001, .idFrom = 0xabcd0002, .code = 0xabcd0003 }; ``` -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6737#note_86299