Re: notepad: Improve printing considerably
"Rolf Kalbermatter" <r.kalbermatter(a)hccnet.nl> wrote:
+#include <tchar.h>
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 used at all. -- Dmitry.
Dmitry Timoshkov wrote:
"Rolf Kalbermatter" <r.kalbermatter(a)hccnet.nl> wrote:
+#include <tchar.h>
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 used at all.
Ooops, soory! This is a left over from when I compiled the code in Visual C to test its behaviour on native. I'll send another patch without that include. Rolf Kalbermatter
participants (2)
-
Dmitry Timoshkov -
Rolf Kalbermatter