Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/tests/syslink.c:
g_link_id = 0; SendMessageA(hwnd, WM_LBUTTONDOWN, 1, MAKELPARAM( /* x */ 50, /* y */ 10 )); SendMessageA(hwnd, WM_LBUTTONUP, 0, MAKELPARAM( /* x */ 50, /* y */ 10 ));
You can remove the commit message "Fix the issue of incorrect link ID calculation due to a lack of judgment on the current type.". The subject is already clear.