Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/tests/syslink.c:
} defwndproc_counter++;
- ret = DefWindowProcW(hwnd, message, wParam, lParam);
- switch(message)
- {
case WM_NOTIFY:
{
NMLINK *nml = ((NMLINK*)lParam);
Change "NMLINK*" to "NMLINK *"