Re: comctl32: When created with TCS_VERTICAL, TCS_MULTILINE is set automatically
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
Thursday 17 May 2012 Nikolay Sivov > - DWORD dwStyle; > + DWORD style; Any reason for changing the name?