Re: comdlg32: 1/2 PageSetupDlg: Convert paint procs to Unicode

2008-01-06 Thread Alexander Nicolaysen Sørnes
On Sunday 06 January 2008 15:29:46 Dmitry Timoshkov wrote: > "Alexander Nicolaysen Sørnes" <[EMAIL PROTECTED]> wrote: > > Would it be better to have separate A/W painting functions? > > What that would improve? Nothing that I can think of, but you know the code much beter than me. It just seeme

Re: comdlg32: 1/2 PageSetupDlg: Convert paint procs to Unicode

2008-01-06 Thread Dmitry Timoshkov
"Alexander Nicolaysen Sørnes" <[EMAIL PROTECTED]> wrote: > Would it be better to have separate A/W painting functions? What that would improve? -- Dmitry.

Re: comdlg32: 1/2 PageSetupDlg: Convert paint procs to Unicode

2008-01-06 Thread Alexander Nicolaysen Sørnes
On Monday 31 December 2007 07:39:28 Dmitry Timoshkov wrote: > "Alexander Nicolaysen Sørnes" <[EMAIL PROTECTED]> wrote: > > comdlg32: 1/2 PageSetupDlg: Convert paint procs to Unicod > > What's the purpose of this patch? It improves nothing IMO except of > making the code less readable, making it not

Re: comdlg32: 1/2 PageSetupDlg: Convert paint procs to Unicode

2007-12-31 Thread Alexander Nicolaysen Sørnes
On Monday 31 December 2007 07:39:28 Dmitry Timoshkov wrote: > "Alexander Nicolaysen Sørnes" <[EMAIL PROTECTED]> wrote: > > comdlg32: 1/2 PageSetupDlg: Convert paint procs to Unicod > > What's the purpose of this patch? It improves nothing IMO except of > making the code less readable, making it not

Re: comdlg32: 1/2 PageSetupDlg: Convert paint procs to Unicode

2007-12-30 Thread Dmitry Timoshkov
"Alexander Nicolaysen Sørnes" <[EMAIL PROTECTED]> wrote: > comdlg32: 1/2 PageSetupDlg: Convert paint procs to Unicod What's the purpose of this patch? It improves nothing IMO except of making the code less readable, making it not thread safe, calling CallWindowProcW where it shouldn't. -- Dmitr