Nikolay Sivov (@nsivov) commented about dlls/comctl32/static.c:
SetWindowPos(hwnd, NULL, 0, 0, rc.right - rc.left, rc.bottom - rc.top, SWP_NOACTIVATE | SWP_NOMOVE | SWP_NOZORDER); }
if (cs->lpszName && cs->lpszName[0] == 0xffff) /*String is resource index */
The comment could be removed, it's obvious how next character is used.