Re: [resend] notepad: Improve printing considerably

2007-04-06 Thread Alexandre Julliard
"Rolf Kalbermatter" <[EMAIL PROTECTED]> writes: > Changelog > programs/notepad/dialog.c > programs/notepad/main.c > programs/notepad/main.h > Improve printing considerably That's not a very useful log message... Could you please describe a bit how it is improved? -- Alexandre Julliard

RE: notepad: Improve printing considerably

2007-04-06 Thread Rolf Kalbermatter
Dmitry Timoshkov wrote: >"Rolf Kalbermatter" <[EMAIL PROTECTED]> wrote: > >> +#include > >What is this for? According to the Alexandre's comments we should convert all the >Wine builtin apps to unicode intead of promoting usage of TCHAR that leads to a >lot of trouble in multibyte locales, besides

Re: notepad: Improve printing considerably

2007-04-06 Thread Dmitry Timoshkov
"Rolf Kalbermatter" <[EMAIL PROTECTED]> wrote: +#include What is this for? According to the Alexandre's comments we should convert all the Wine builtin apps to unicode intead of promoting usage of TCHAR that leads to a lot of trouble in multibyte locales, besides it looks like tchar.h is not