Re: comctl32: When created with TCS_VERTICAL, TCS_MULTILINE is set automatically

2012-05-17 Thread Nikolay Sivov
On 5/17/2012 12:39, Stefan Leichter wrote: Thursday 17 May 2012 Nikolay Sivov - DWORD dwStyle; + DWORD style; Any reason for changing the name? Such naming convention is ugly and adds nothing but noise in names (lpcsz* prefix is another good example). That's a reason, and the only code that

Re: comctl32: When created with TCS_VERTICAL, TCS_MULTILINE is set automatically

2012-05-17 Thread Stefan Leichter
Thursday 17 May 2012 Nikolay Sivov > - DWORD dwStyle; > + DWORD style; Any reason for changing the name?