Sept. 5, 2022
11:14 a.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