10 Jul
2023
10 Jul
'23
1:38 a.m.
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 *" -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3114#note_38448