Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/pager.c:
INT TLbtnState; /* state of top or left btn */ INT BRbtnState; /* state of bottom or right btn */ INT direction; /* direction of the scroll, (e.g. PGF_SCROLLUP) */
- WCHAR *pwszBuffer;/* text buffer for converted notifications */
- INT nBufferSize;/* size of the above buffer */
- WCHAR *unicodeBuffer;/* used in WN_NOTIFY forwarding if bUnicode */
I would prefer you keep the names for these two fields in this commit.