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;"