22 May
2025
22 May
'25
9:48 a.m.
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. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6737#note_104183