"Rolf Kalbermatter" r.kalbermatter@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 Timoshkov wrote:
"Rolf Kalbermatter" r.kalbermatter@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