5 Sep
2022
5 Sep
'22
4:14 p.m.
Nikolay Sivov (@nsivov) commented about dlls/comctl32/static.c:
static LRESULT CALLBACK STATIC_WindowProc( HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam ) { + const WCHAR* window_name = NULL;
You don't need to initialize it here. Also please reformat as "const WCHAR *window_name;" -- https://gitlab.winehq.org/wine/wine/-/merge_requests/775#note_7697