Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/static.c:
{ HDC hMemDC; HBITMAP hBitmap, oldbitmap;
- RECT rcClient;
- GetClientRect(hwnd, &rcClient);
- FillRect( hdc, &rcClient, hbrush );
Inconsistent style. I know the code in STATIC_PaintBitmapfn() uses both styles and it's a mess. But please keep the new code in a consistent style. In this case, either both functions use spaces or both don't. Otherwise, the MR looks good to me.