"Martin Fuchs" martin-fuchs@gmx.net wrote:
- use TCHAR to make the code UNICODE compatible
By using TCHAR you actually hide the problem and make the code very hard to maintain. What is the purpose of that in Wine or ReactOS? Why don't you use unicode directly?